From 5e6d7e6ed2d3e5906f50fe48e4dd3aa5993f7e3e Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Mon, 17 Oct 2016 14:37:23 +0900 Subject: [PATCH] version 1.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 65beea4..99308ed 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ setup( long_description='''cChardet is high speed universal character encoding detector. - binding to charsetdetect. This library is faster than chardet. ''', - version='1.0.0', + version='1.1.0', license='MIT License', classifiers=[ 'License :: OSI Approved :: MIT License',