diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-09-28 13:28:50 +0200 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-09-28 13:28:50 +0200 |
| commit | 43e16318e9ab95f146e230afe0a7cbdc848473fe (patch) | |
| tree | 8ceb9171414c927dabb86ac608b73caee8b75dc0 | |
| parent | d77bd023a61419effe77184c52ccf3e19afa6f60 (diff) | |
| download | gitdb-2.0.6.tar.gz | |
bump version again...2.0.6
| -rw-r--r-- | gitdb/__init__.py | 2 | ||||
| -rwxr-xr-x | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gitdb/__init__.py b/gitdb/__init__.py index 344c3de..4e88407 100644 --- a/gitdb/__init__.py +++ b/gitdb/__init__.py @@ -29,7 +29,7 @@ _init_externals() __author__ = "Sebastian Thiel" __contact__ = "byronimo@gmail.com" __homepage__ = "https://github.com/gitpython-developers/gitdb" -version_info = (2, 0, 4) +version_info = (2, 0, 6) __version__ = '.'.join(str(i) for i in version_info) @@ -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, 6) __version__ = '.'.join(str(i) for i in version_info) setup( |
