diff options
| author | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-09-28 13:21:35 +0200 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-09-28 13:21:35 +0200 |
| commit | d77bd023a61419effe77184c52ccf3e19afa6f60 (patch) | |
| tree | df53488651dc43c8491e69b4fa8bb6076825bace /gitdb | |
| parent | cd79e2ac4d1f7fdf8b566edc5c4388876434594d (diff) | |
| download | gitdb-d77bd023a61419effe77184c52ccf3e19afa6f60.tar.gz | |
Bump version
Diffstat (limited to 'gitdb')
| -rw-r--r-- | gitdb/__init__.py | 2 | ||||
| m--------- | gitdb/ext/smmap | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/gitdb/__init__.py b/gitdb/__init__.py index e184e4b..344c3de 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, 3) +version_info = (2, 0, 4) __version__ = '.'.join(str(i) for i in version_info) diff --git a/gitdb/ext/smmap b/gitdb/ext/smmap -Subproject 91d506e120d4a0f98cbef202325e301c632445c +Subproject a0060cfdc9166bb0b3104e8015faf0689aa6daf |
