Update version to circumvent pypi upload errors

This commit is contained in:
Channel Cat 2018-09-06 13:51:31 -07:00 committed by GitHub
parent 30e6a310f1
commit 9082eb56a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
from sanic.app import Sanic from sanic.app import Sanic
from sanic.blueprints import Blueprint from sanic.blueprints import Blueprint
__version__ = '0.8.0' __version__ = '0.8.1'
__all__ = ['Sanic', 'Blueprint'] __all__ = ['Sanic', 'Blueprint']