Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 0e4b57d + b1adf60 commit 39d3666Copy full SHA for 39d3666
gitdb/__init__.py
@@ -29,7 +29,7 @@ def _init_externals():
29
__author__ = "Sebastian Thiel"
30
__contact__ = "[email protected]"
31
__homepage__ = "https://github.com/gitpython-developers/gitdb"
32
-version_info = (2, 0, 3)
+version_info = (2, 0, 5)
33
__version__ = '.'.join(str(i) for i in version_info)
34
35
setup.py
@@ -7,7 +7,7 @@
7
8
9
10
11
12
13
setup(
0 commit comments