From 61128fc54b77f8d94737f64b94495bca6822c284 Mon Sep 17 00:00:00 2001 From: Kapor Date: Thu, 31 Jan 2013 11:44:42 +0800 Subject: [PATCH] update version and make the release beta --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index bdb6cad..c78a623 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def get_dependencies(): setup( name='pip-tools-win', - version='0.0.3', + version='0.0.4', url='https://github.com/smokingkapor/pip-tools-win', license='BSD', author='Kapor Zhu', @@ -29,9 +29,9 @@ def get_dependencies(): classifiers=[ # As from http://pypi.python.org/pypi?%3Aaction=list_classifiers #'Development Status :: 1 - Planning', - 'Development Status :: 2 - Pre-Alpha', + #'Development Status :: 2 - Pre-Alpha', #'Development Status :: 3 - Alpha', - #'Development Status :: 4 - Beta', + 'Development Status :: 4 - Beta', #'Development Status :: 5 - Production/Stable', #'Development Status :: 6 - Mature', #'Development Status :: 7 - Inactive',