Skip to content

Commit d77927a

Browse files
committed
[VI] Updating version before release 1.0.3
1 parent 4b64e0e commit d77927a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyleecan/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66

77
dictConfig(LOGGING_CONFIG_CONSOLE)
88

9-
__version__ = "1.0.2"
9+
__version__ = "1.0.3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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.0.2"
24+
PYLEECAN_VERSION = "1.0.3"
2525

2626

2727
with open("README.md", "r") as fh:

0 commit comments

Comments
 (0)