summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2019-09-28 13:21:35 +0200
committerSebastian Thiel <sebastian.thiel@icloud.com>2019-09-28 13:21:35 +0200
commitd77bd023a61419effe77184c52ccf3e19afa6f60 (patch)
treedf53488651dc43c8491e69b4fa8bb6076825bace
parentcd79e2ac4d1f7fdf8b566edc5c4388876434594d (diff)
downloadgitdb-d77bd023a61419effe77184c52ccf3e19afa6f60.tar.gz
Bump version
-rw-r--r--gitdb/__init__.py2
m---------gitdb/ext/smmap0
-rwxr-xr-xsetup.py2
3 files changed, 2 insertions, 2 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
diff --git a/setup.py b/setup.py
index 27bb754..ea6ba18 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ from setuptools import setup
__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)
setup(