diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-10-24 21:38:51 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-02-21 10:44:59 +0800 |
| commit | 7c67010acf541b4269825cb2c13e226fe2d65ea9 (patch) | |
| tree | 38fa9610da30cc26605bc0edaaa1ffd39b7cf18b /setup.py | |
| parent | e3a4cfe0ef2bc7b9c785c4fec650f5045cdd1e50 (diff) | |
| download | gitdb-4.0.9.tar.gz | |
bump patch level in the hopes for a valid sig on release4.0.9
https://github.com/gitpython-developers/gitdb/issues/77
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, 8) +version_info = (4, 0, 9) __version__ = '.'.join(str(i) for i in version_info) setup( |
