diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-17 09:15:48 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-17 09:15:48 +0800 |
| commit | 5dd0f302f101e66d9d70a3b17ce0f379b4db214b (patch) | |
| tree | 3d3a156b98f7ee797d2fb75f36c1826ed51e498c /gitdb | |
| parent | e6ee8bf864c726a5461600de28d64c1f06f4e163 (diff) | |
| download | gitdb-5dd0f302f101e66d9d70a3b17ce0f379b4db214b.tar.gz | |
bump version to 3.0.13.0.1
Diffstat (limited to 'gitdb')
| -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 c9c8279..6fa31e4 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 = (3, 0, 0) +version_info = (3, 0, 1) __version__ = '.'.join(str(i) for i in version_info) |
