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 6ebd852 commit 972b9bdCopy full SHA for 972b9bd
pyleecan/__init__.py
@@ -11,6 +11,6 @@
11
else:
12
USER_DIR = os.environ["HOME"] + "/.local/share/" + PACKAGE_NAME
13
14
-__version__ = "1.3.6"
+__version__ = "1.3.7"
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.6"
+PYLEECAN_VERSION = "1.3.7"
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.9",
+ "SciDataTool>=1.4.22",
47
"pyvista>=0.25.3",
48
"meshio>=4.0.15",
49
"h5py>=3.2.1",
0 commit comments