We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de96c52 commit a64e64aCopy full SHA for a64e64a
gitdb/__init__.py
@@ -29,7 +29,7 @@ def _init_externals():
29
__author__ = "Sebastian Thiel"
30
__contact__ = "byronimo@gmail.com"
31
__homepage__ = "https://github.com/gitpython-developers/gitdb"
32
-version_info = (0, 6, 2)
+version_info = (0, 6, 3)
33
__version__ = '.'.join(str(i) for i in version_info)
34
35
setup.py
@@ -77,7 +77,7 @@ def get_data_files(self):
77
78
79
80
81
82
83
setup(cmdclass={'build_ext': build_ext_nofail},
0 commit comments