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 4ddd1a3 commit 16dca84Copy full SHA for 16dca84
gitdb/__init__.py
@@ -29,7 +29,7 @@ def _init_externals():
29
__author__ = "Sebastian Thiel"
30
__contact__ = "byronimo@gmail.com"
31
__homepage__ = "https://github.com/gitpython-developers/gitdb"
32
-version_info = (2, 0, 0)
+version_info = (2, 0, 1)
33
__version__ = '.'.join(str(i) for i in version_info)
34
35
0 commit comments