From 4f102a9cf285ad3e995733bd9be8457cdd409d65 Mon Sep 17 00:00:00 2001 From: Channel Cat Date: Sun, 16 Oct 2016 02:44:09 -0700 Subject: [PATCH] Fixed setup.py bad classifier and upped version --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 73a9a2cd..03889fc5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name='Sanic', - version="0.1.2", + version="0.1.3", url='http://github.com/channelcat/sanic/', license='MIT', author='Channel Cat', @@ -19,7 +19,7 @@ setup( 'ujson>=1.35', ], classifiers=[ - 'Development Status :: 1 - Alpha', + 'Development Status :: 2 - Pre-Alpha', 'Environment :: Web Environment', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.5',