Skip to content

Commit d50eae8

Browse files
committed
[VI] Updating script for release
1 parent 697f6a4 commit d50eae8

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

pyleecan/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55

66

77
dictConfig(LOGGING_CONFIG_CONSOLE)
8+
9+
__version__ = "1.0.1"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pytest>=5.4.1
1111
scipy>=1.4.1
1212
xlrd>=1.2.0
1313
deap>=1.3.1
14-
SciDataTool>=1.1.3
14+
SciDataTool>=1.1.4
1515
pyvista>=0.25.3
1616
meshio>=4.0.15
1717
h5py>=2.10.0

setup.py

Lines changed: 3 additions & 3 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.0.0"
24+
PYLEECAN_VERSION = "1.0.1"
2525

2626

2727
with open("README.md", "r") as fh:
@@ -40,11 +40,11 @@
4040
"scipy>=1.4.1",
4141
"xlrd>=1.2.0",
4242
"deap>=1.3.1",
43-
"SciDataTool>=1.1.1",
43+
"SciDataTool>=1.1.4",
4444
"pyvista>=0.25.3",
4545
"meshio>=4.0.15",
4646
"h5py>=2.10.0",
47-
'pyfemm >= 0.1.0;platform_system=="Windows"',
47+
'pyfemm >= 0.1.1;platform_system=="Windows"',
4848
]
4949

5050

0 commit comments

Comments
 (0)