We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0a33a8 commit 64bbce3Copy full SHA for 64bbce3
pyleecan/__init__.py
@@ -11,6 +11,6 @@
11
else:
12
USER_DIR = os.environ["HOME"] + "/.local/share/" + PACKAGE_NAME
13
14
-__version__ = "1.3.5"
+__version__ = "1.3.6"
15
16
init_default_log()
setup.py
@@ -21,7 +21,7 @@
21
# Release 1.1.0 : 1.1.0
22
# First post release of the release 1.1.0 : 1.1.0.post1
23
24
-PYLEECAN_VERSION = "1.3.5"
+PYLEECAN_VERSION = "1.3.6"
25
26
27
with open("README.md", "r") as fh:
@@ -43,7 +43,7 @@
43
"xlrd>=1.2.0",
44
"xlwt>=1.3.0",
45
"deap>=1.3.1",
46
- "SciDataTool>=1.4.6",
+ "SciDataTool>=1.4.9",
47
"pyvista>=0.25.3",
48
"meshio>=4.0.15",
49
"h5py>=3.2.1",
0 commit comments