Remove __libgit2_version__ because it is a dup

We already have LIBGIT2_VERSION
This commit is contained in:
J. David Ibáñez 2013-02-17 22:46:11 +01:00
parent c7fe7e2844
commit ed66578029

@ -28,5 +28,3 @@
from .version import __version__
from _pygit2 import *
import pygit2.utils
__libgit2_version__ = LIBGIT2_VERSION