summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2018-10-13 12:45:29 +0200
committerSebastian Thiel <byronimo@gmail.com>2018-10-13 12:45:29 +0200
commitb1adf606f416f82ec69cd83cfc2b94cddc6928bd (patch)
tree8056ce3fc783e52b8a0771e60208b6033606bc1f /setup.py
parent3e28e6e896543814ea312baa9ba6c6065caba797 (diff)
downloadgitdb-2.0.5.tar.gz
Another version bump... dunno what happened there.2.0.5
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 ea6ba18..27eb65c 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 = (2, 0, 4)
+version_info = (2, 0, 5)
__version__ = '.'.join(str(i) for i in version_info)
setup(