From ebf524911777abdabdb21395e153a95f5abd74ac Mon Sep 17 00:00:00 2001 From: helene-t Date: Fri, 12 Mar 2021 16:10:31 +0100 Subject: [PATCH] [CC] Update version number --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",