Skip to content

Commit 91fc2d3

Browse files
committed
update version
1 parent 1ed542d commit 91fc2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
setup(
1212
name='pyexcel-ods3',
1313
author="C. W.",
14-
version='0.0.4',
14+
version='0.0.5',
1515
author_email="[email protected]",
1616
url="https://github.com/chfw/pyexcel-ods3",
1717
description='A wrapper library to read, manipulate and write data in ods format',
1818
install_requires=[
1919
"ezodf",
20-
"pyexcel-io"
20+
"pyexcel-io>=0.0.2"
2121
],
2222
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
2323
include_package_data=True,

0 commit comments

Comments
 (0)