diff options
| author | Harmon <Harmon758@gmail.com> | 2020-02-23 00:00:54 -0600 |
|---|---|---|
| committer | Harmon <Harmon758@gmail.com> | 2020-02-23 00:00:54 -0600 |
| commit | 74aef73b0dd1f97b89f95f67500ae9c4c405ff15 (patch) | |
| tree | 75d732038225b43ea5e5d786a5c4498d54531483 /setup.py | |
| parent | 09aa35b62ed341124a7b4757acf35b849a7a39ad (diff) | |
| download | gitdb-3.0.3.post1.tar.gz | |
v3.0.3.post13.0.3.post1
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, "post1") __version__ = '.'.join(str(i) for i in version_info) setup( |
