Skip to content

Commit a64e64a

Browse files
committed
Bumped version to 0.6.3
1 parent de96c52 commit a64e64a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: gitdb/__init__.py

+1-1
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 = (0, 6, 2)
32+
version_info = (0, 6, 3)
3333
__version__ = '.'.join(str(i) for i in version_info)
3434

3535

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def get_data_files(self):
7777
__author__ = "Sebastian Thiel"
7878
__contact__ = "[email protected]"
7979
__homepage__ = "https://github.com/gitpython-developers/gitdb"
80-
version_info = (0, 6, 2)
80+
version_info = (0, 6, 3)
8181
__version__ = '.'.join(str(i) for i in version_info)
8282

8383
setup(cmdclass={'build_ext': build_ext_nofail},

0 commit comments

Comments
 (0)