Skip to content

Commit 79a754a

Browse files
committed
chore(ver): bump 2.0.0.dev0-->2.1.0.dev2 (yes, last ver was old)
1 parent 47e8884 commit 79a754a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitdb/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__author__ = "Sebastian Thiel"
1111
__contact__ = "[email protected]"
1212
__homepage__ = "https://github.com/gitpython-developers/gitdb"
13-
version_info = (2, 1, 0, 'dev0')
13+
version_info = (2, 1, 0, 'dev1')
1414
__version__ = '.'.join(str(i) for i in version_info)
1515

1616

0 commit comments

Comments
 (0)