Skip to content

Commit

Permalink
[VI] Updating script for release
Browse files Browse the repository at this point in the history
  • Loading branch information
BonneelP committed Oct 15, 2020
1 parent 697f6a4 commit d50eae8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions pyleecan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@


dictConfig(LOGGING_CONFIG_CONSOLE)

__version__ = "1.0.1"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pytest>=5.4.1
scipy>=1.4.1
xlrd>=1.2.0
deap>=1.3.1
SciDataTool>=1.1.3
SciDataTool>=1.1.4
pyvista>=0.25.3
meshio>=4.0.15
h5py>=2.10.0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# Release 1.1.0 : 1.1.0
# First post release of the release 1.1.0 : 1.1.0.post1

PYLEECAN_VERSION = "1.0.0"
PYLEECAN_VERSION = "1.0.1"


with open("README.md", "r") as fh:
Expand All @@ -40,11 +40,11 @@
"scipy>=1.4.1",
"xlrd>=1.2.0",
"deap>=1.3.1",
"SciDataTool>=1.1.1",
"SciDataTool>=1.1.4",
"pyvista>=0.25.3",
"meshio>=4.0.15",
"h5py>=2.10.0",
'pyfemm >= 0.1.0;platform_system=="Windows"',
'pyfemm >= 0.1.1;platform_system=="Windows"',
]


Expand Down

0 comments on commit d50eae8

Please sign in to comment.