From 7389c1e2e19059a123dc6f4044ee3335282d0fe4 Mon Sep 17 00:00:00 2001 From: helene-t Date: Fri, 2 Apr 2021 15:01:36 +0200 Subject: [PATCH] [CC] update release number --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6f1a839b..dc46b89d 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ setuptools.setup( name="SciDataTool", - version="1.3.7", + version="1.3.8", 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.7.tar.gz", + download_url="https://github.com/Eomys/SciDataTool/archive/1.3.8.tar.gz", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",