Skip to content

Commit

Permalink
[VI] Update version before release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BonneelP committed Nov 18, 2022
1 parent 2566c7c commit 7bc215f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyleecan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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",
Expand Down

0 comments on commit 7bc215f

Please sign in to comment.