From ef18a3c4210473fe9c4d840942a13661108d1509 Mon Sep 17 00:00:00 2001 From: helene-t Date: Wed, 3 Mar 2021 18:20:34 +0100 Subject: [PATCH] [CC] Updating release number --- SciDataTool/__init__.py | 30 +----------------------------- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 31 deletions(-) diff --git a/SciDataTool/__init__.py b/SciDataTool/__init__.py index 0f6fddbd..23e28789 100644 --- a/SciDataTool/__init__.py +++ b/SciDataTool/__init__.py @@ -9,32 +9,4 @@ from SciDataTool.Classes.VectorField import VectorField from SciDataTool.Classes.DataPattern import DataPattern -__version__ = "1.3.0" - -# from os.path import normpath, join, abspath, dirname, isdir -# from os import makedirs -# from shutil import rmtree -# from matplotlib import use - -# TEST_DIR = join(abspath(dirname(__file__)), "..", "Tests") -# DATA_DIR = join(TEST_DIR, "Data") -# LOG_DIR = join(TEST_DIR, "logtest.txt") -# DOC_DIR = abspath(join(TEST_DIR, "..", "Doc")) -# # Init the result folder for the test -# save_path = join(TEST_DIR, "Results") -# if isdir(save_path): # Delete previous test result -# rmtree(save_path) -# # To save all the plot geometry results -# save_plot_path = join(save_path, "Plot") -# makedirs(save_plot_path) -# # To save the validation results -# save_validation_path = join(save_path, "Validation") -# makedirs(save_validation_path) -# # To save the Save/Load .json results -# save_load_path = join(save_path, "Save_Load") -# makedirs(save_load_path) -# # To save the GUI results -# save_gui_path = join(save_path, "GUI") -# makedirs(save_gui_path) -# # To clean all the results at the end of the corresponding test -# is_clean_result = False +__version__ = "1.3.1" diff --git a/setup.py b/setup.py index 6dfb3e88..3705d57f 100644 --- a/setup.py +++ b/setup.py @@ -5,14 +5,14 @@ setuptools.setup( name="SciDataTool", - version="1.3.0", + version="1.3.1", 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.0.tar.gz", + download_url="https://github.com/Eomys/SciDataTool/archive/1.3.1.tar.gz", packages=setuptools.find_packages(), classifiers=[ "Programming Language :: Python :: 3",