File tree 2 files changed +7
-7
lines changed 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
overrides : " pyexcel.yaml"
2
2
name : " pyexcel-sortable"
3
3
nick_name : " sortable"
4
- version : " 0.0.1 "
5
- current_version : " 0.0.1 "
6
- release : " 0.0.1 "
4
+ version : " 0.0.2 "
5
+ current_version : " 0.0.2 "
6
+ release : " 0.0.2 "
7
7
dependencies :
8
8
- excel2table >= 2.2.0
9
9
description : " Transform your csv file or a sheet of your xls, xlsx and ods into a sortable HTML file using csvtotable"
Original file line number Diff line number Diff line change 9
9
10
10
NAME = 'pyexcel-sortable'
11
11
AUTHOR = 'C.W.'
12
- VERSION = '0.0.1 '
12
+ VERSION = '0.0.2 '
13
13
14
14
LICENSE = 'New BSD'
15
15
DESCRIPTION = (
18
18
''
19
19
)
20
20
URL = 'https://github.com/pyexcel/pyexcel-sortable'
21
- DOWNLOAD_URL = '%s/archive/0.0.1 .tar.gz' % URL
21
+ DOWNLOAD_URL = '%s/archive/0.0.2 .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-sortable v0.0.1 ' +
53
- "Find 0.0.1 in changelog for more details" )
52
+ GS_COMMAND = ('gs pyexcel-sortable v0.0.2 ' +
53
+ "Find 0.0.2 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