diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-04-11 14:35:01 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-04-11 14:35:01 +0800 |
| commit | 57d3f7544820f9fd4202f4ebd0f198c43c8e575d (patch) | |
| tree | 1f9b7856a03917290ed976a5531f39460a53381d /setup.py | |
| parent | e6cc702bf8fdd5e742ed77d607e7b697d27bcfef (diff) | |
| download | gitdb-4.0.3.tar.gz | |
bump patch level; mark travis-ci as unused4.0.3
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 = (4, 0, 2) +version_info = (4, 0, 3) __version__ = '.'.join(str(i) for i in version_info) setup( |
