version 1.1.0
This commit is contained in:
parent
a9d0533a1c
commit
5e6d7e6ed2
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -76,7 +76,7 @@ setup(
|
||||||
long_description='''cChardet is high speed universal character encoding detector. - binding to charsetdetect.
|
long_description='''cChardet is high speed universal character encoding detector. - binding to charsetdetect.
|
||||||
This library is faster than chardet.
|
This library is faster than chardet.
|
||||||
''',
|
''',
|
||||||
version='1.0.0',
|
version='1.1.0',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'License :: OSI Approved :: MIT License',
|
'License :: OSI Approved :: MIT License',
|
||||||
|
|
Loading…
Reference in a new issue