Skip to content

Commit 2cab2d1

Browse files
committed
prepare for 0.1.1 release
1 parent ec79836 commit 2cab2d1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@
4545
# built documents.
4646
#
4747
# The short X.Y version.
48-
version = '0.1.0'
48+
version = '0.1.1'
4949
# The full version, including alpha/beta/rc tags.
50-
release = '0.1.0'
50+
release = '0.1.1'
5151

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

moban.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-ods3"
33
nick_name: ods3
4-
version: 0.1.0
4+
version: 0.1.1
55
file_type: ods
66
dependencies:
77
- pyexcel-io>=0.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
setup(
2424
name='pyexcel-ods3',
2525
author='C. W.',
26-
version='0.1.0',
26+
version='0.1.1',
2727
author_email='wangc_2011 (at) hotmail.com',
2828
url='https://github.com/pyexcel/pyexcel-ods3',
2929
description='A wrapper library to read, manipulate and write data in ods format',

0 commit comments

Comments
 (0)