diff --git a/pyleecan/__init__.py b/pyleecan/__init__.py index 05a823657..fd171707c 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.4.0" +__version__ = "1.4.1" init_default_log() diff --git a/setup.py b/setup.py index 5fe0aec31..985cc769d 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ # Release 1.1.0 : 1.1.0 # First post release of the release 1.1.0 : 1.1.0.post1 -PYLEECAN_VERSION = "1.4.0" +PYLEECAN_VERSION = "1.4.1" with open("README.md", "r") as fh: @@ -40,7 +40,7 @@ "meshio>=4.0.15,<=4.4.6", "numpy>1.19.5", "pandas>=1.0.3", - 'pyfemm>=0.1.1;platform_system=="Windows"', + "pyfemm>=0.1.3", "PySide2>=5.15.2", "pyuff>=1.25", "pyvista>=0.25.3,<=0.31.3",