File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 45
45
# built documents.
46
46
#
47
47
# The short X.Y version.
48
- version = '0.1.0 '
48
+ version = '0.1.1 '
49
49
# The full version, including alpha/beta/rc tags.
50
- release = '0.1.0 '
50
+ release = '0.1.1 '
51
51
52
52
# The language for content autogenerated by Sphinx. Refer to documentation
53
53
# for a list of supported languages.
Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-ods3"
3
3
nick_name : ods3
4
- version : 0.1.0
4
+ version : 0.1.1
5
5
file_type : ods
6
6
dependencies :
7
7
- pyexcel-io>=0.1.0
Original file line number Diff line number Diff line change 23
23
setup (
24
24
name = 'pyexcel-ods3' ,
25
25
author = 'C. W.' ,
26
- version = '0.1.0 ' ,
26
+ version = '0.1.1 ' ,
27
27
author_email = 'wangc_2011 (at) hotmail.com' ,
28
28
url = 'https://github.com/pyexcel/pyexcel-ods3' ,
29
29
description = 'A wrapper library to read, manipulate and write data in ods format' ,
You can’t perform that action at this time.
0 commit comments