summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-23 09:49:12 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-23 09:49:12 +0800
commit5f819b5736c31849212f2c249524b30e28da899d (patch)
tree54dfe4899f007ddeb1bcd7b1f820feeb9fbe865a /setup.py
parent169dbcf930c21c08c66961fc43105cee8f5653d0 (diff)
downloadgitdb-4.0.0.tar.gz
Bump to v4.0.0; require smmap package4.0.0
https://github.com/gitpython-developers/gitdb/issues/59
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 6b9a2f7..4fcfa0c 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 = (3, 0, 3)
+version_info = (4, 0, 0)
__version__ = '.'.join(str(i) for i in version_info)
setup(
@@ -20,7 +20,7 @@ setup(
packages=('gitdb', 'gitdb.db', 'gitdb.utils', 'gitdb.test'),
license="BSD License",
zip_safe=False,
- install_requires=['smmap2>=2,<3'],
+ install_requires=['smmap>=3'],
long_description="""GitDB is a pure-Python git object database""",
python_requires='>=3.4',
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers