Skip to content

Commit 7bc215f

Browse files
committed
[VI] Update version before release 1.4.1
1 parent 2566c7c commit 7bc215f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyleecan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
else:
1212
USER_DIR = os.environ["HOME"] + "/.local/share/" + PACKAGE_NAME
1313

14-
__version__ = "1.4.0"
14+
__version__ = "1.4.1"
1515

1616
init_default_log()

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Release 1.1.0 : 1.1.0
2424
# First post release of the release 1.1.0 : 1.1.0.post1
2525

26-
PYLEECAN_VERSION = "1.4.0"
26+
PYLEECAN_VERSION = "1.4.1"
2727

2828

2929
with open("README.md", "r") as fh:
@@ -40,7 +40,7 @@
4040
"meshio>=4.0.15,<=4.4.6",
4141
"numpy>1.19.5",
4242
"pandas>=1.0.3",
43-
'pyfemm>=0.1.1;platform_system=="Windows"',
43+
"pyfemm>=0.1.3",
4444
"PySide2>=5.15.2",
4545
"pyuff>=1.25",
4646
"pyvista>=0.25.3,<=0.31.3",

0 commit comments

Comments
 (0)