summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-17 09:15:48 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-17 09:15:48 +0800
commit5dd0f302f101e66d9d70a3b17ce0f379b4db214b (patch)
tree3d3a156b98f7ee797d2fb75f36c1826ed51e498c /setup.py
parente6ee8bf864c726a5461600de28d64c1f06f4e163 (diff)
downloadgitdb-3.0.1.tar.gz
bump version to 3.0.13.0.1
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 a66267e..12cebcd 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 = (3, 0, 0)
+version_info = (3, 0, 1)
__version__ = '.'.join(str(i) for i in version_info)
setup(