We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6fdd92 commit f8cc032Copy full SHA for f8cc032
pyexcel_text.yml
@@ -1,9 +1,9 @@
1
overrides: "pyexcel.yaml"
2
name: "pyexcel-text"
3
nick_name: text
4
-version: 0.2.7
5
-current_version: 0.2.7
6
-release: 0.2.7
+version: 0.2.7.1
+current_version: 0.2.7.1
+release: 0.2.7.1
7
file_type: text
8
nodocs: true
9
dependencies:
setup.py
@@ -10,7 +10,7 @@
10
11
NAME = 'pyexcel-text'
12
AUTHOR = 'C.W.'
13
-VERSION = '0.2.7'
+VERSION = '0.2.7.1'
14
EMAIL = '[email protected]'
15
LICENSE = 'New BSD'
16
DESCRIPTION = (
@@ -19,7 +19,7 @@
19
''
20
)
21
URL = 'https://github.com/pyexcel/pyexcel-text'
22
-DOWNLOAD_URL = '%s/archive/0.2.7.tar.gz' % URL
+DOWNLOAD_URL = '%s/archive/0.2.7.1.tar.gz' % URL
23
FILES = ['README.rst', 'CHANGELOG.rst']
24
KEYWORDS = [
25
"plain",
0 commit comments