Skip to content

Commit

Permalink
[CC] Updating release number
Browse files Browse the repository at this point in the history
  • Loading branch information
helene-t committed Mar 3, 2021
1 parent bb70d00 commit ef18a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 31 deletions.
30 changes: 1 addition & 29 deletions SciDataTool/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ef18a3c

Please sign in to comment.