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',