Skip to content

Commit

Permalink
Update __version__ in __init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeqfu committed Apr 18, 2021
1 parent 201c3ab commit 8c0bf88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyhelpers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
__package_name__ = 'pyhelpers'
__package_name_alt__ = 'PyHelpers'
__author__ = 'Qian Fu'
__version__ = '1.2.15rc3'
__version__ = '1.2.15'
__email__ = '[email protected]'
__description__ = \
"PyHelpers: an open-source toolkit for facilitating Python users' data manipulation tasks."

0 comments on commit 8c0bf88

Please sign in to comment.