diff --git a/pyleecan/__init__.py b/pyleecan/__init__.py index 4bc22fd39..bc9f26cfa 100644 --- a/pyleecan/__init__.py +++ b/pyleecan/__init__.py @@ -11,6 +11,6 @@ else: USER_DIR = os.environ["HOME"] + "/.local/share/" + PACKAGE_NAME -__version__ = "1.3.5" +__version__ = "1.3.6" init_default_log() diff --git a/setup.py b/setup.py index c84b25274..9d7e60e68 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.3.5" +PYLEECAN_VERSION = "1.3.6" with open("README.md", "r") as fh: @@ -43,7 +43,7 @@ "xlrd>=1.2.0", "xlwt>=1.3.0", "deap>=1.3.1", - "SciDataTool>=1.4.6", + "SciDataTool>=1.4.9", "pyvista>=0.25.3", "meshio>=4.0.15", "h5py>=3.2.1",