From cc56b0c5f3cd915e26a534dace89eb78cdffbd31 Mon Sep 17 00:00:00 2001 From: chfw Date: Fri, 25 Sep 2015 22:00:53 +0100 Subject: [PATCH] pump up version no. --- docs/source/conf.py | 4 ++-- pyexcel_ods/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index cdcaddc..3a8f61f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. diff --git a/pyexcel_ods/__init__.py b/pyexcel_ods/__init__.py index c4af5ee..caedc76 100644 --- a/pyexcel_ods/__init__.py +++ b/pyexcel_ods/__init__.py @@ -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" diff --git a/setup.py b/setup.py index 05f10d0..e9a1e7e 100644 --- a/setup.py +++ b/setup.py @@ -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',