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 4b64e0e commit d77927aCopy full SHA for d77927a
pyleecan/__init__.py
@@ -6,4 +6,4 @@
6
7
dictConfig(LOGGING_CONFIG_CONSOLE)
8
9
-__version__ = "1.0.2"
+__version__ = "1.0.3"
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.0.2"
+PYLEECAN_VERSION = "1.0.3"
25
26
27
with open("README.md", "r") as fh:
0 commit comments