Merge pull request #58 from channelcat/release-0.1.4

release 0.1.4 - multiprocessing
This commit is contained in:
Channel Cat 2016-10-18 02:11:11 -07:00 committed by GitHub
commit d961e9d1a2

View File

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