diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fcfb5ce..32f0417 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Change log ================================================================================ -0.4.0 - unreleased +0.4.0 - 19.06.2017 -------------------------------------------------------------------------------- Updated diff --git a/setup.py b/setup.py index eadaf67..7f0707e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ NAME = 'pyexcel-xls' AUTHOR = 'C.W.' VERSION = '0.4.0' -EMAIL = 'wangc_2011 (at) hotmail.com' +EMAIL = 'wangc_2011@hotmail.com' LICENSE = 'New BSD' DESCRIPTION = ( 'A wrapper library to read, manipulate and write data in xls format. It' +