Skip to content

Commit d6fdd92

Browse files
committed
minor update on setup.py
1 parent 2fc205b commit d6fdd92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyexcel_text.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: "pyexcel-text"
33
nick_name: text
44
version: 0.2.7
55
current_version: 0.2.7
6-
release: 0.2.6
6+
release: 0.2.7
77
file_type: text
88
nodocs: true
99
dependencies:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
''
2020
)
2121
URL = 'https://github.com/pyexcel/pyexcel-text'
22-
DOWNLOAD_URL = '%s/archive/0.2.6.tar.gz' % URL
22+
DOWNLOAD_URL = '%s/archive/0.2.7.tar.gz' % URL
2323
FILES = ['README.rst', 'CHANGELOG.rst']
2424
KEYWORDS = [
2525
"plain",

0 commit comments

Comments
 (0)