diff --git a/setup.py b/setup.py index 601b6dd..0859ddb 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ setup( long_description= """cChardet is high speed universal character encoding detector. - binding to charsetdetect. This library is faster than chardet. """, - version = '0.3.3', + version = '0.3.4', license = 'MIT License', classifiers = [ # http://pypi.python.org/pypi?:action=list_classifiers @@ -96,4 +96,4 @@ This library is faster than chardet. ext_modules = [ cchardet_module ], -) +)