We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ee0b0d commit db460c6Copy full SHA for db460c6
doc/source/conf.py
@@ -59,9 +59,9 @@
59
# built documents.
60
#
61
# The short X.Y version.
62
-version = '0.0.8'
+version = '0.0.9'
63
# The full version, including alpha/beta/rc tags.
64
-release = '0.0.8'
+release = '0.0.9'
65
66
# The language for content autogenerated by Sphinx. Refer to documentation
67
# for a list of supported languages.
setup.py
@@ -22,7 +22,7 @@
22
setup(
23
name='pyexcel-io',
24
author="C. W.",
25
- version='0.0.8',
+ version='0.0.9',
26
author_email="wangc_2011@hotmail.com",
27
url="https://github.com/chfw/pyexcel-io",
28
description='A python library to read and write structured data in csv, zipped csv format and to/from databases',
0 commit comments