From dbf96f6f55e5c4c18c3cf4e6aafd41a0414001cd Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Wed, 19 Sep 2012 19:06:09 +0900 Subject: [PATCH] version 0.3.2. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f02719b..48d6247 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup( long_description= """This library is high speed universal character encoding detector. - binding to charsetdetect. This library is faster than chardet. """, - version = '0.3.1', + version = '0.3.2', license = 'MIT License', classifiers = [ # http://pypi.python.org/pypi?:action=list_classifiers 'Development Status :: 4 - Beta',