From ea7dab2b3da8c1aafd52f30052e16b496bac9f5f Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Sat, 7 Jul 2012 13:09:54 +0900 Subject: [PATCH] init ver. 0.3. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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',