diff options
| -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 4052184..4d58c40 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, 1) +version_info = (2, 0, 2) __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, 1) +version_info = (2, 0, 2) __version__ = '.'.join(str(i) for i in version_info) setup( |
