From 6dd51bfd46e08852ff38446ef0aab97351db2420 Mon Sep 17 00:00:00 2001 From: mikeqfu Date: Tue, 5 Jan 2021 16:21:49 +0000 Subject: [PATCH] Modify __init__.py --- pyhelpers/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyhelpers/__init__.py b/pyhelpers/__init__.py index 9b6f6fd..d78f6a5 100644 --- a/pyhelpers/__init__.py +++ b/pyhelpers/__init__.py @@ -16,7 +16,7 @@ __package_name__ = 'pyhelpers' __package_name_alt__ = 'PyHelpers' __author__ = u'Qian Fu' -__version__ = '1.2.8' +__version__ = '1.2.9' __email__ = 'qian.fu@outlook.com' __description__ = 'An open-source toolkit designed as a miscellaneous collection of simple ' \ 'but useful Python tools for facilitating data manipulation tasks.'