diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-04-11 14:40:07 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-04-11 14:40:07 +0800 |
| commit | b8ab128b7ff8dc951ac42c1fd57d61c26864680a (patch) | |
| tree | b809ee77e4bb5f4d26983290102541d0622ec0a4 /setup.py | |
| parent | 0002408bc03033ed90041d04c4547343a1505537 (diff) | |
| download | gitdb-4.0.4.tar.gz | |
Bump patch again; …upload error due to state on disk, yikes4.0.4
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, 3) +version_info = (4, 0, 4) __version__ = '.'.join(str(i) for i in version_info) setup( |
