Skip to content

Commit d77bd02

Browse files
committed
Bump version
1 parent cd79e2a commit d77bd02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gitdb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _init_externals():
2929
__author__ = "Sebastian Thiel"
3030
__contact__ = "[email protected]"
3131
__homepage__ = "https://github.com/gitpython-developers/gitdb"
32-
version_info = (2, 0, 3)
32+
version_info = (2, 0, 4)
3333
__version__ = '.'.join(str(i) for i in version_info)
3434

3535

gitdb/ext/smmap

Submodule smmap updated from 91d506e to a0060cf

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
__author__ = "Sebastian Thiel"
88
__contact__ = "[email protected]"
99
__homepage__ = "https://github.com/gitpython-developers/gitdb"
10-
version_info = (2, 0, 3)
10+
version_info = (2, 0, 4)
1111
__version__ = '.'.join(str(i) for i in version_info)
1212

1313
setup(

0 commit comments

Comments
 (0)