From 1b10a3441886ea60380e03c725c5bdde135716e9 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Sat, 3 Aug 2013 21:40:25 +0900 Subject: [PATCH] version 0.3.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ], -) +)