File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-xlsxr"
3
3
nick_name : " xlsxr"
4
- version : " 0.5.0 "
5
- current_version : " 0.5.0 "
6
- release : " 0.5.0 "
4
+ version : " 0.5.1 "
5
+ current_version : " 0.5.1 "
6
+ release : " 0.5.1 "
7
7
file_type : xlsx
8
8
dependencies :
9
9
- lxml >= 3.4.4
Original file line number Diff line number Diff line change 1
- __version__ = '0.5.0 '
1
+ __version__ = '0.5.1 '
2
2
__author__ = 'C.W.'
Original file line number Diff line number Diff line change 11
11
12
12
NAME = 'pyexcel-xlsxr'
13
13
AUTHOR = 'C.W.'
14
- VERSION = '0.5.0 '
14
+ VERSION = '0.5.1 '
15
15
EMAIL = 'wangc_2011@hotmail.com'
16
16
LICENSE = 'New BSD'
17
17
DESCRIPTION = (
18
18
'Read xlsx file using partial xml'
19
19
)
20
20
URL = 'https://github.com/pyexcel/pyexcel-xlsxr'
21
- DOWNLOAD_URL = '%s/archive/0.5.0 .tar.gz' % URL
21
+ DOWNLOAD_URL = '%s/archive/0.5.1 .tar.gz' % URL
22
22
FILES = ['README.rst' , 'CHANGELOG.rst' ]
23
23
KEYWORDS = [
24
24
'python' ,
49
49
# You do not need to read beyond this line
50
50
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi' .format (
51
51
sys .executable )
52
- GS_COMMAND = ('gs pyexcel-xlsxr v0.5.0 ' +
53
- "Find 0.5.0 in changelog for more details" )
52
+ GS_COMMAND = ('gs pyexcel-xlsxr v0.5.1 ' +
53
+ "Find 0.5.1 in changelog for more details" )
54
54
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
55
55
'Please install gease to enable it.' )
56
56
UPLOAD_FAILED_MSG = (
You can’t perform that action at this time.
0 commit comments