diff options
| author | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-24 20:38:49 +0200 |
|---|---|---|
| committer | Kostis Anagnostopoulos <ankostis@gmail.com> | 2016-10-24 22:48:43 +0200 |
| commit | 79a754a34ddc68e12d1d0d28fd99b528f71a5044 (patch) | |
| tree | 64a68ec65f75ad809bb3262d03b8da73d2aa9081 | |
| parent | 47e88843942c445ca6672c53fb53ad3c718e7e1f (diff) | |
| download | gitdb-2.1.0.dev2.tar.gz | |
chore(ver): bump 2.0.0.dev0-->2.1.0.dev2 (yes, last ver was old)v2.1.0.dev2
| -rw-r--r-- | gitdb/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitdb/__init__.py b/gitdb/__init__.py index 68c882b..3c939a4 100644 --- a/gitdb/__init__.py +++ b/gitdb/__init__.py @@ -10,7 +10,7 @@ import os __author__ = "Sebastian Thiel" __contact__ = "byronimo@gmail.com" __homepage__ = "https://github.com/gitpython-developers/gitdb" -version_info = (2, 1, 0, 'dev0') +version_info = (2, 1, 0, 'dev1') __version__ = '.'.join(str(i) for i in version_info) |
