Skip to content

Commit 66705bf

Browse files
committed
[VI] Updating version before release
1 parent 547d97d commit 66705bf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3"
14+
__version__ = "1.3.4"
1515

1616
init_default_log()

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scipy>=1.4.1
1010
xlrd>=1.2.0
1111
xlwt>=1.3.0
1212
deap>=1.3.1
13-
SciDataTool>=1.4.1
13+
SciDataTool>=1.4.3
1414
pyvista>=0.25.3
1515
meshio>=4.0.15
1616
h5py>=3.2.1

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.3"
24+
PYLEECAN_VERSION = "1.3.4"
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.1",
46+
"SciDataTool>=1.4.3",
4747
"pyvista>=0.25.3",
4848
"meshio>=4.0.15",
4949
"h5py>=3.2.1",

0 commit comments

Comments
 (0)