Skip to content

Commit

Permalink
pump up version no.
Browse files Browse the repository at this point in the history
  • Loading branch information
chfw committed Sep 25, 2015
1 parent 85b3b6a commit cc56b0c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
# built documents.
#
# The short X.Y version.
version = '0.0.10'
version = '0.0.11'
# The full version, including alpha/beta/rc tags.
release = '0.0.10'
release = '0.0.11'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pyexcel_ods/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,4 @@ def get_data(afile, file_type=None, **keywords):
return read_data(afile, file_type=file_type, **keywords)


__VERSION__ = "0.0.10"
__VERSION__ = "0.0.11"
2 changes: 1 addition & 1 deletion 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.10',
version='0.0.11',
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 Down

0 comments on commit cc56b0c

Please sign in to comment.