summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 14:40:07 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-04-11 14:40:07 +0800
commitb8ab128b7ff8dc951ac42c1fd57d61c26864680a (patch)
treeb809ee77e4bb5f4d26983290102541d0622ec0a4 /setup.py
parent0002408bc03033ed90041d04c4547343a1505537 (diff)
downloadgitdb-4.0.4.tar.gz
Bump patch again; …upload error due to state on disk, yikes4.0.4
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index e8f8d68..48d641a 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from setuptools import setup
__author__ = "Sebastian Thiel"
__contact__ = "byronimo@gmail.com"
__homepage__ = "https://github.com/gitpython-developers/gitdb"
-version_info = (4, 0, 3)
+version_info = (4, 0, 4)
__version__ = '.'.join(str(i) for i in version_info)
setup(