From a644442c57cc9d3a965693029c81f922b12d928d Mon Sep 17 00:00:00 2001 From: SebGue <43440731+SebGue@users.noreply.github.com> Date: Tue, 7 Jul 2020 21:55:25 +0200 Subject: [PATCH] [CC] setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index ea2b91b4..d8793ba2 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ setuptools.setup( name="SciDataTool", - version="1.0.3", + version="1.0.4", 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.0.3.tar.gz", + download_url="https://github.com/Eomys/SciDataTool/archive/1.0.4.tar.gz", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",