version 0.0.5

This commit is contained in:
chfw 2015-01-24 23:16:39 +00:00
parent 844cd5dee4
commit f52341e73e
3 changed files with 5 additions and 2 deletions

View File

@ -8,6 +8,9 @@ pyexcel-xls
.. image:: https://coveralls.io/repos/chfw/pyexcel-xls/badge.png?branch=master
:target: https://coveralls.io/r/chfw/pyexcel-xls?branch=master
.. image:: https://pypip.in/version/pyexcel/badge.png
:target: https://pypi.python.org/pypi/pyexcel
.. image:: https://pypip.in/d/pyexcel-xls/badge.png
:target: https://pypi.python.org/pypi/pyexcel-xls

View File

@ -198,4 +198,4 @@ except:
# to allow this module to function independently
pass
__VERSION__ = "0.0.4"
__VERSION__ = "0.0.5"

View File

@ -20,7 +20,7 @@ if sys.version_info[0] == 2 and sys.version_info[1] < 7:
setup(
name='pyexcel-xls',
author="C. W.",
version='0.0.4',
version='0.0.5',
author_email="wangc_2011@hotmail.com",
url="https://github.com/chfw/pyexcel-xls",
description='A wrapper library to read, manipulate and write data in xls format. It reads xlsx and xlsm format',