Re-releasing with updated credentials

This commit is contained in:
Channel Cat 2018-09-13 02:24:31 -07:00 committed by GitHub
parent 3e616b599a
commit d8f9986089
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.blueprints import Blueprint
__version__ = '0.8.2'
__version__ = '0.8.3'
__all__ = ['Sanic', 'Blueprint']