Skip to content

Commit 64bbce3

Browse files
committed
[VI] Updating version before release
1 parent e0a33a8 commit 64bbce3

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.3.5"
14+
__version__ = "1.3.6"
1515

1616
init_default_log()

setup.py

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

24-
PYLEECAN_VERSION = "1.3.5"
24+
PYLEECAN_VERSION = "1.3.6"
2525

2626

2727
with open("README.md", "r") as fh:
@@ -43,7 +43,7 @@
4343
"xlrd>=1.2.0",
4444
"xlwt>=1.3.0",
4545
"deap>=1.3.1",
46-
"SciDataTool>=1.4.6",
46+
"SciDataTool>=1.4.9",
4747
"pyvista>=0.25.3",
4848
"meshio>=4.0.15",
4949
"h5py>=3.2.1",

0 commit comments

Comments
 (0)