diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2021-10-24 21:38:51 +0800 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2022-02-21 10:44:59 +0800 |
| commit | 7c67010acf541b4269825cb2c13e226fe2d65ea9 (patch) | |
| tree | 38fa9610da30cc26605bc0edaaa1ffd39b7cf18b /gitdb/__init__.py | |
| parent | e3a4cfe0ef2bc7b9c785c4fec650f5045cdd1e50 (diff) | |
| download | gitdb-4.0.9.tar.gz | |
bump patch level in the hopes for a valid sig on release4.0.9
https://github.com/gitpython-developers/gitdb/issues/77
Diffstat (limited to 'gitdb/__init__.py')
| -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 b5d1939..2460145 100644 --- a/gitdb/__init__.py +++ b/gitdb/__init__.py @@ -30,7 +30,7 @@ _init_externals() __author__ = "Sebastian Thiel" __contact__ = "byronimo@gmail.com" __homepage__ = "https://github.com/gitpython-developers/gitdb" -version_info = (4, 0, 8) +version_info = (4, 0, 9) __version__ = '.'.join(str(i) for i in version_info) |
