diff options
| author | Sebastian Thiel <byronimo@gmail.com> | 2018-10-13 12:45:29 +0200 |
|---|---|---|
| committer | Sebastian Thiel <byronimo@gmail.com> | 2018-10-13 12:45:29 +0200 |
| commit | b1adf606f416f82ec69cd83cfc2b94cddc6928bd (patch) | |
| tree | 8056ce3fc783e52b8a0771e60208b6033606bc1f /setup.py | |
| parent | 3e28e6e896543814ea312baa9ba6c6065caba797 (diff) | |
| download | gitdb-2.0.5.tar.gz | |
Another version bump... dunno what happened there.2.0.5
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 = (2, 0, 4) +version_info = (2, 0, 5) __version__ = '.'.join(str(i) for i in version_info) setup( |
