From 6d6a786f322b5c163d2f30e5ae000cf308b65ddc Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Fri, 4 Nov 2016 12:17:18 +0900 Subject: [PATCH] use version var --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fdaf6e3..b1eeaa6 100644 --- a/setup.py +++ b/setup.py @@ -80,7 +80,7 @@ setup( url=r'https://github.com/PyYoshi/cChardet', description='Universal encoding detector. This library is faster than chardet.', long_description='\n\n'.join((read('README.rst'), read('CHANGES.rst'))), - version='1.1.0', + version=version, license='MIT License', classifiers=[ 'License :: OSI Approved :: MIT License',