version 0.3.4

This commit is contained in:
PyYoshi 2013-08-03 21:40:25 +09:00
parent 7a0ac6ace7
commit 1b10a34418

View file

@ -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
],
)
)