Skip to content

Commit

Permalink
Merge pull request #177 from seemethere/increment_version
Browse files Browse the repository at this point in the history
Increment version to 0.1.8
  • Loading branch information
seemethere authored Nov 29, 2016
2 parents 89e2084 + 39f3a63 commit 98b0867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .sanic import Sanic
from .blueprints import Blueprint

__version__ = '0.1.7'
__version__ = '0.1.8'

__all__ = ['Sanic', 'Blueprint']

0 comments on commit 98b0867

Please sign in to comment.