Skip to content

Commit db460c6

Browse files
committed
version update
1 parent 2ee0b0d commit db460c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
# built documents.
6060
#
6161
# The short X.Y version.
62-
version = '0.0.8'
62+
version = '0.0.9'
6363
# The full version, including alpha/beta/rc tags.
64-
release = '0.0.8'
64+
release = '0.0.9'
6565

6666
# The language for content autogenerated by Sphinx. Refer to documentation
6767
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
setup(
2323
name='pyexcel-io',
2424
author="C. W.",
25-
version='0.0.8',
25+
version='0.0.9',
2626
author_email="wangc_2011@hotmail.com",
2727
url="https://github.com/chfw/pyexcel-io",
2828
description='A python library to read and write structured data in csv, zipped csv format and to/from databases',

0 commit comments

Comments
 (0)