Update setup.py

This commit is contained in:
Channel Cat 2016-10-18 01:51:17 -07:00 committed by GitHub
parent a904a57fa2
commit 8142121c90

View File

@ -5,7 +5,7 @@ from setuptools import setup
setup( setup(
name='Sanic', name='Sanic',
version="0.1.3", version="0.1.4",
url='http://github.com/channelcat/sanic/', url='http://github.com/channelcat/sanic/',
license='MIT', license='MIT',
author='Channel Cat', author='Channel Cat',