We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5acab2 commit 684a928Copy full SHA for 684a928
pyleecan/__init__.py
@@ -11,6 +11,6 @@
11
else:
12
USER_DIR = os.environ["HOME"] + "/.local/share/" + PACKAGE_NAME
13
14
-__version__ = "1.3.1"
+__version__ = "1.3.2"
15
16
init_default_log()
setup.py
@@ -21,7 +21,7 @@
21
# Release 1.1.0 : 1.1.0
22
# First post release of the release 1.1.0 : 1.1.0.post1
23
24
-PYLEECAN_VERSION = "1.3.0"
+PYLEECAN_VERSION = "1.3.2"
25
26
27
with open("README.md", "r") as fh:
0 commit comments