diff --git a/setup.py b/setup.py index 3705d57f..b7e4a3d7 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ setuptools.setup( name="SciDataTool", - version="1.3.1", + version="1.3.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.3.1.tar.gz", + download_url="https://github.com/Eomys/SciDataTool/archive/1.3.2.tar.gz", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",