Skip to content

Commit 684a928

Browse files
committed
[VI] Updating version before release
1 parent a5acab2 commit 684a928

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
@@ -11,6 +11,6 @@
1111
else:
1212
USER_DIR = os.environ["HOME"] + "/.local/share/" + PACKAGE_NAME
1313

14-
__version__ = "1.3.1"
14+
__version__ = "1.3.2"
1515

1616
init_default_log()

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.3.0"
24+
PYLEECAN_VERSION = "1.3.2"
2525

2626

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

0 commit comments

Comments
 (0)