diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-15 10:01:11 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2020-02-15 10:01:11 +0800 |
| commit | df73d7f6874ff11be1b09f65c8dc425671bb924e (patch) | |
| tree | b336f9d34ea14784a9735ce1f9bd6046945fff4d /gitdb | |
| parent | 2f9a799a6c9d125012bb09473bbfe6110f2a7391 (diff) | |
| download | gitdb-df73d7f6874ff11be1b09f65c8dc425671bb924e.tar.gz | |
Release 3.0.03.0.0
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 4e88407..c9c8279 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, 6) +version_info = (3, 0, 0) __version__ = '.'.join(str(i) for i in version_info) |
