From 744a6f4bcc95fc23c65e99196543e03c71b5d1bf Mon Sep 17 00:00:00 2001 From: chfw Date: Thu, 28 May 2015 17:20:40 +0100 Subject: [PATCH] bug fix release 0.0.7 --- pyexcel_ods/__init__.py | 2 +- setup.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyexcel_ods/__init__.py b/pyexcel_ods/__init__.py index 4170ffb..22faad6 100644 --- a/pyexcel_ods/__init__.py +++ b/pyexcel_ods/__init__.py @@ -302,4 +302,4 @@ def get_data(afile, file_type=None, **keywords): return read_data(afile, file_type=file_type, **keywords) -__VERSION__ = "0.0.6" +__VERSION__ = "0.0.7" diff --git a/setup.py b/setup.py index 5836800..db71085 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setup( name='pyexcel-ods', author="C. W.", - version='0.0.6', + version='0.0.7', author_email="wangc_2011@hotmail.com", url="https://github.com/chfw/pyexcel-ods", description='A wrapper library to read, manipulate and write data in ods format', @@ -29,7 +29,7 @@ include_package_data=True, long_description=README_txt, zip_safe=False, - license='General Publice License version 3', + license='New BSD License', tests_require=['nose'], classifiers=[ 'Development Status :: 3 - Alpha',