diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-23 09:24:44 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-23 09:24:44 +0800 |
| commit | 169dbcf930c21c08c66961fc43105cee8f5653d0 (patch) | |
| tree | 8d32f807fdb1bc699b77d5182571e4b1418cd9ad /setup.py | |
| parent | 139811a89279482c4df9cddb7d7e69d2e2c36c47 (diff) | |
| download | gitdb-3.0.3.tar.gz | |
Bump version to v3.0.3; update changelog3.0.3
https://github.com/gitpython-developers/gitdb/issues/59
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, 2) +version_info = (3, 0, 3) __version__ = '.'.join(str(i) for i in version_info) setup( |
