diff --git a/pyexcel_text.yml b/pyexcel_text.yml index 09dd1a6..2a36442 100644 --- a/pyexcel_text.yml +++ b/pyexcel_text.yml @@ -1,9 +1,9 @@ overrides: "pyexcel.yaml" name: "pyexcel-text" nick_name: text -version: 0.2.7 -current_version: 0.2.7 -release: 0.2.7 +version: 0.2.7.1 +current_version: 0.2.7.1 +release: 0.2.7.1 file_type: text nodocs: true dependencies: diff --git a/setup.py b/setup.py index fa09853..85e459d 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ NAME = 'pyexcel-text' AUTHOR = 'C.W.' -VERSION = '0.2.7' +VERSION = '0.2.7.1' EMAIL = 'wangc_2011@hotmail.com' LICENSE = 'New BSD' DESCRIPTION = ( @@ -19,7 +19,7 @@ '' ) URL = 'https://github.com/pyexcel/pyexcel-text' -DOWNLOAD_URL = '%s/archive/0.2.7.tar.gz' % URL +DOWNLOAD_URL = '%s/archive/0.2.7.1.tar.gz' % URL FILES = ['README.rst', 'CHANGELOG.rst'] KEYWORDS = [ "plain",