Skip to content

Commit f8cc032

Browse files
committed
forogot to update release tag. hence put 0.2.7.1
1 parent d6fdd92 commit f8cc032

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pyexcel_text.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-text"
33
nick_name: text
4-
version: 0.2.7
5-
current_version: 0.2.7
6-
release: 0.2.7
4+
version: 0.2.7.1
5+
current_version: 0.2.7.1
6+
release: 0.2.7.1
77
file_type: text
88
nodocs: true
99
dependencies:

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
NAME = 'pyexcel-text'
1212
AUTHOR = 'C.W.'
13-
VERSION = '0.2.7'
13+
VERSION = '0.2.7.1'
1414
1515
LICENSE = 'New BSD'
1616
DESCRIPTION = (
@@ -19,7 +19,7 @@
1919
''
2020
)
2121
URL = 'https://github.com/pyexcel/pyexcel-text'
22-
DOWNLOAD_URL = '%s/archive/0.2.7.tar.gz' % URL
22+
DOWNLOAD_URL = '%s/archive/0.2.7.1.tar.gz' % URL
2323
FILES = ['README.rst', 'CHANGELOG.rst']
2424
KEYWORDS = [
2525
"plain",

0 commit comments

Comments
 (0)