We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e8884 commit 79a754aCopy full SHA for 79a754a
gitdb/__init__.py
@@ -10,7 +10,7 @@
10
__author__ = "Sebastian Thiel"
11
__contact__ = "[email protected]"
12
__homepage__ = "https://github.com/gitpython-developers/gitdb"
13
-version_info = (2, 1, 0, 'dev0')
+version_info = (2, 1, 0, 'dev1')
14
__version__ = '.'.join(str(i) for i in version_info)
15
16
0 commit comments