Upped to version 0.1.6

This commit is contained in:
Channel Cat
2016-10-25 01:49:43 -07:00
parent 0e479d53da
commit ee70f1e55e
2 changed files with 15 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
from .sanic import Sanic
from .blueprints import Blueprint
__version__ = '0.1.6'
__all__ = ['Sanic', 'Blueprint']