From d50eae851587c4fa336bc6bea7138698e5f2360f Mon Sep 17 00:00:00 2001 From: Pierre Bonneel Date: Thu, 15 Oct 2020 16:12:06 +0200 Subject: [PATCH] [VI] Updating script for release --- pyleecan/__init__.py | 2 ++ requirements.txt | 2 +- setup.py | 6 +++--- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pyleecan/__init__.py b/pyleecan/__init__.py index 75b8adf5e..98c492a83 100644 --- a/pyleecan/__init__.py +++ b/pyleecan/__init__.py @@ -5,3 +5,5 @@ dictConfig(LOGGING_CONFIG_CONSOLE) + +__version__ = "1.0.1" diff --git a/requirements.txt b/requirements.txt index 3a1a264ed..a45bbb629 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pytest>=5.4.1 scipy>=1.4.1 xlrd>=1.2.0 deap>=1.3.1 -SciDataTool>=1.1.3 +SciDataTool>=1.1.4 pyvista>=0.25.3 meshio>=4.0.15 h5py>=2.10.0 diff --git a/setup.py b/setup.py index 27b5177fb..dddd813f4 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ # Release 1.1.0 : 1.1.0 # First post release of the release 1.1.0 : 1.1.0.post1 -PYLEECAN_VERSION = "1.0.0" +PYLEECAN_VERSION = "1.0.1" with open("README.md", "r") as fh: @@ -40,11 +40,11 @@ "scipy>=1.4.1", "xlrd>=1.2.0", "deap>=1.3.1", - "SciDataTool>=1.1.1", + "SciDataTool>=1.1.4", "pyvista>=0.25.3", "meshio>=4.0.15", "h5py>=2.10.0", - 'pyfemm >= 0.1.0;platform_system=="Windows"', + 'pyfemm >= 0.1.1;platform_system=="Windows"', ]