summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2017-05-28 17:50:45 +0200
committerSebastian Thiel <byronimo@gmail.com>2017-05-28 17:50:45 +0200
commitc0fd43b5ff8c356fcf9cdebbbbd1803a502b4651 (patch)
treeb2c5f43b89f25f59debcaac06296c2ec9e31a9fa /setup.py
parent1c7eef9d5df3b7d72bf17adad255c83a4fa1a801 (diff)
downloadgitdb-2.0.2.tar.gz
chore(version-up): v2.0.12.0.2
This time with official python 3.6 support
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 5672166..2e673f6 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, 1)
+version_info = (2, 0, 2)
__version__ = '.'.join(str(i) for i in version_info)
setup(