version 0.3.4
This commit is contained in:
parent
7a0ac6ace7
commit
1b10a34418
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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
|
||||
],
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue