Update version to test pypi

This commit is contained in:
Channel Cat 2018-09-13 01:50:32 -07:00 committed by GitHub
parent 7ae0eb0dc3
commit d38fc17191
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.1' __version__ = '0.8.2'
__all__ = ['Sanic', 'Blueprint'] __all__ = ['Sanic', 'Blueprint']