diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-17 11:16:43 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-17 11:16:43 +0800 |
| commit | f356e12766480852d0e30ae7b786cdf5f24d8cea (patch) | |
| tree | c2b3dbb9c5dc4b24b8a6f3b76321047c61a04a3d /setup.py | |
| parent | b27e72f4873788dcc419a06da06465d4722780b7 (diff) | |
| download | gitdb-3.0.2.tar.gz | |
Now with PR: 3.0.23.0.2
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, 1) +version_info = (3, 0, 2) __version__ = '.'.join(str(i) for i in version_info) setup( |
