File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 55
66
77dictConfig (LOGGING_CONFIG_CONSOLE )
8+
9+ __version__ = "1.0.1"
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pytest>=5.4.1
1111scipy >= 1.4.1
1212xlrd >= 1.2.0
1313deap >= 1.3.1
14- SciDataTool >= 1.1.3
14+ SciDataTool >= 1.1.4
1515pyvista >= 0.25.3
1616meshio >= 4.0.15
1717h5py >= 2.10.0
Original file line number Diff line number Diff line change 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
2727with open ("README.md" , "r" ) as fh :
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
You can’t perform that action at this time.
0 commit comments