Upped version for pypi and added travis build status image to readme

This commit is contained in:
Channel Cat 2016-10-16 02:33:10 -07:00
parent 66b40c4188
commit 6b8b6b80ee
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
![build verification](https://travis-ci.org/channelcat/sanic.svg?branch=master)
# Sanic
Sanic is a Flask-like Python 3.5+ web server that's written to go fast. It's based off the work done by the amazing folks at magicstack, and was inspired by this article: https://magic.io/blog/uvloop-blazing-fast-python-networking/.

View File

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