diff --git a/setup.py b/setup.py index 5f6e35ba..d7b391c6 100644 --- a/setup.py +++ b/setup.py @@ -11,14 +11,14 @@ setuptools.setup( name="SciDataTool", - version="1.3.11", + version="1.4.0", author="Helene Toubin", author_email="helene.toubin@eomys.com", description="Scientific Data Tool", long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/Eomys/SciDataTool", - download_url="https://github.com/Eomys/SciDataTool/archive/1.3.11.tar.gz", + download_url="https://github.com/Eomys/SciDataTool/archive/1.4.0.tar.gz", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",