File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 21
21
22
22
project = u'pyexcel-xlsx'
23
23
copyright = u'2015-2017 Onni Software Ltd.'
24
- version = '0.5.0'
25
- release = '0.5.0'
24
+ version = '0.5.0.1 '
25
+ release = '0.5.0.1 '
26
26
exclude_patterns = []
27
27
pygments_style = 'sphinx'
28
28
html_theme = 'default'
Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-xlsx"
3
3
nick_name : xlsx
4
- version : 0.5.0
5
- current_version : 0.5.0
6
- release : 0.5.0
4
+ version : 0.5.0.1
5
+ current_version : 0.5.0.1
6
+ release : 0.5.0.1
7
7
file_type : xlsx
8
8
dependencies :
9
9
- openpyxl>=2.4.4
10
- - pyexcel-io>=0.4 .0
10
+ - pyexcel-io>=0.5 .0
11
11
description : A wrapper library to read, manipulate and write data in xlsx and xlsm format
Original file line number Diff line number Diff line change 1
1
openpyxl >= 2.4.4
2
- pyexcel-io >= 0.4 .0
2
+ pyexcel-io >= 0.5 .0
Original file line number Diff line number Diff line change 7
7
8
8
NAME = 'pyexcel-xlsx'
9
9
AUTHOR = 'C.W.'
10
- VERSION = '0.5.0'
10
+ VERSION = '0.5.0.1 '
11
11
12
12
LICENSE = 'New BSD'
13
13
DESCRIPTION = (
16
16
''
17
17
)
18
18
URL = 'https://github.com/pyexcel/pyexcel-xlsx'
19
- DOWNLOAD_URL = '%s/archive/0.5.0.tar.gz' % URL
19
+ DOWNLOAD_URL = '%s/archive/0.5.0.1. tar.gz' % URL
20
20
FILES = ['README.rst' , 'CHANGELOG.rst' ]
21
21
KEYWORDS = [
22
22
'xlsx'
40
40
41
41
INSTALL_REQUIRES = [
42
42
'openpyxl>=2.4.4' ,
43
- 'pyexcel-io>=0.4 .0' ,
43
+ 'pyexcel-io>=0.5 .0' ,
44
44
]
45
45
46
46
You can’t perform that action at this time.
0 commit comments