diff options
author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-11-24 06:22:21 +0100 |
---|---|---|
committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-11-24 06:22:21 +0100 |
commit | 38c68d95eaed9bf7415781ca0102441a349893ee (patch) | |
tree | 6c8ced76ce8246ce3865dcff824a760bc45c4f9a /setup.py | |
parent | 43de98464486566bf1326cf791fd6192c0551c76 (diff) | |
download | gitdb-38c68d95eaed9bf7415781ca0102441a349893ee.tar.gz |
bump version to 4.0.104.0.10
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, 9) +version_info = (4, 0, 10) __version__ = '.'.join(str(i) for i in version_info) setup( |