From 8c0bf88c659e2f92d02af101d883ca0c921cc185 Mon Sep 17 00:00:00 2001 From: mikeqfu Date: Mon, 19 Apr 2021 00:02:23 +0100 Subject: [PATCH] Update __version__ in __init__.py --- pyhelpers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhelpers/__init__.py b/pyhelpers/__init__.py index 1f38b6b..889f51d 100644 --- a/pyhelpers/__init__.py +++ b/pyhelpers/__init__.py @@ -16,7 +16,7 @@ __package_name__ = 'pyhelpers' __package_name_alt__ = 'PyHelpers' __author__ = 'Qian Fu' -__version__ = '1.2.15rc3' +__version__ = '1.2.15' __email__ = 'qian.fu@outlook.com' __description__ = \ "PyHelpers: an open-source toolkit for facilitating Python users' data manipulation tasks."