diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-17 09:15:48 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-17 09:15:48 +0800 |
| commit | 5dd0f302f101e66d9d70a3b17ce0f379b4db214b (patch) | |
| tree | 3d3a156b98f7ee797d2fb75f36c1826ed51e498c /setup.py | |
| parent | e6ee8bf864c726a5461600de28d64c1f06f4e163 (diff) | |
| download | gitdb-3.0.1.tar.gz | |
bump version to 3.0.13.0.1
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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( |
