Skip to content

Commit

Permalink
bug fix release 0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed May 28, 2015
1 parent d8615b0 commit 744a6f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyexcel_ods/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 744a6f4

Please sign in to comment.