From 74b0cbae1bdebd15b84a53840d305de469d6eb3d Mon Sep 17 00:00:00 2001 From: Channel Cat Date: Thu, 6 Oct 2016 01:40:22 -0700 Subject: [PATCH] . --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 60a68245..b95ac5fe 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup setup( name='Sanic', - version="0.0.1", + version="0.0.2", url='http://github.com/channelcat/sanic/', license='BSD', author='Channel Cat',