diff --git a/setup.py b/setup.py index bc1b0c5..99b8eef 100644 --- a/setup.py +++ b/setup.py @@ -87,10 +87,10 @@ setup( long_description= """This library is high speed universal character encoding detector. - binding to charsetdetect. This library is faster than chardet. """, - version = '0.2', + version = '0.3', license = 'MIT License', classifiers = [ # http://pypi.python.org/pypi?:action=list_classifiers - 'Development Status :: 1 - Planning', + 'Development Status :: 4 - Beta', 'License :: OSI Approved :: MIT License', 'Programming Language :: Cython', 'Programming Language :: Python',