Skip to content

Commit

Permalink
[VI] Updating version before release
Browse files Browse the repository at this point in the history
  • Loading branch information
BonneelP committed Oct 1, 2021
1 parent e0a33a8 commit 64bbce3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyleecan/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
else:
USER_DIR = os.environ["HOME"] + "/.local/share/" + PACKAGE_NAME

__version__ = "1.3.5"
__version__ = "1.3.6"

init_default_log()
4 changes: 2 additions & 2 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.3.5"
PYLEECAN_VERSION = "1.3.6"


with open("README.md", "r") as fh:
Expand All @@ -43,7 +43,7 @@
"xlrd>=1.2.0",
"xlwt>=1.3.0",
"deap>=1.3.1",
"SciDataTool>=1.4.6",
"SciDataTool>=1.4.9",
"pyvista>=0.25.3",
"meshio>=4.0.15",
"h5py>=3.2.1",
Expand Down

0 comments on commit 64bbce3

Please sign in to comment.