We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4deb84 commit 656a2e0Copy full SHA for 656a2e0
gitdb/__init__.py
@@ -27,7 +27,7 @@ def _init_externals():
27
__author__ = "Sebastian Thiel"
28
__contact__ = "byronimo@gmail.com"
29
__homepage__ = "https://github.com/gitpython-developers/gitdb"
30
-version_info = (0, 5, 3)
+version_info = (0, 5, 4)
31
__version__ = '.'.join(str(i) for i in version_info)
32
33
gitdb/ext/smmap
setup.py
@@ -73,7 +73,7 @@ def get_data_files(self):
73
74
75
76
77
78
79
setup(cmdclass={'build_ext':build_ext_nofail},
0 commit comments