summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2019-09-28 13:28:50 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2019-09-28 13:28:50 +0200
commit43e16318e9ab95f146e230afe0a7cbdc848473fe (patch)
tree8ceb9171414c927dabb86ac608b73caee8b75dc0 /setup.py
parentd77bd023a61419effe77184c52ccf3e19afa6f60 (diff)
downloadgitdb-2.0.6.tar.gz
bump version again...2.0.6
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..6a2174f 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, 6)
__version__ = '.'.join(str(i) for i in version_info)
setup(