Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 863f713

Browse files
committedOct 28, 2016
chore(ver): bump v2.1.1.dev0 --> dev1
1 parent ae5b9a2 commit 863f713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎gitdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
__author__ = "Sebastian Thiel"
1111
__contact__ = "byronimo@gmail.com"
1212
__homepage__ = "https://github.com/gitpython-developers/gitdb"
13-
version_info = (2, 1, 1, 'dev0')
13+
version_info = (2, 1, 1, 'dev1')
1414
__version__ = '.'.join(str(i) for i in version_info)
1515

1616

0 commit comments

Comments
 (0)
Please sign in to comment.