File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111else :
1212 USER_DIR = os .environ ["HOME" ] + "/.local/share/" + PACKAGE_NAME
1313
14- __version__ = "1.3.3 "
14+ __version__ = "1.3.4 "
1515
1616init_default_log ()
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ scipy>=1.4.1
1010xlrd >= 1.2.0
1111xlwt >= 1.3.0
1212deap >= 1.3.1
13- SciDataTool >= 1.4.1
13+ SciDataTool >= 1.4.3
1414pyvista >= 0.25.3
1515meshio >= 4.0.15
1616h5py >= 3.2.1
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.3.3 "
24+ PYLEECAN_VERSION = "1.3.4 "
2525
2626
2727with open ("README.md" , "r" ) as fh :
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" ,
You can’t perform that action at this time.
0 commit comments