Skip to content

Commit c5b00f3

Browse files
committed
🥚 🎡 release 0.0.2 in line with excel2table 2.2.0
1 parent 9e90cf4 commit c5b00f3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pyexcel-sortable.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
overrides: "pyexcel.yaml"
22
name: "pyexcel-sortable"
33
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"
77
dependencies:
88
- excel2table >= 2.2.0
99
description: "Transform your csv file or a sheet of your xls, xlsx and ods into a sortable HTML file using csvtotable"

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
NAME = 'pyexcel-sortable'
1111
AUTHOR = 'C.W.'
12-
VERSION = '0.0.1'
12+
VERSION = '0.0.2'
1313
1414
LICENSE = 'New BSD'
1515
DESCRIPTION = (
@@ -18,7 +18,7 @@
1818
''
1919
)
2020
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
2222
FILES = ['README.rst', 'CHANGELOG.rst']
2323
KEYWORDS = [
2424
'python'
@@ -49,8 +49,8 @@
4949
# You do not need to read beyond this line
5050
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
5151
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")
5454
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
5555
'Please install gease to enable it.')
5656
UPLOAD_FAILED_MSG = (

0 commit comments

Comments
 (0)