diff --git a/setup.py b/setup.py index c7306b7f..67ab1df6 100644 --- a/setup.py +++ b/setup.py @@ -11,14 +11,14 @@ setuptools.setup( name="SciDataTool", - version="1.4.1", + version="1.4.2", 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.4.1.tar.gz", + download_url="https://github.com/Eomys/SciDataTool/archive/1.4.2.tar.gz", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",