Skip to content

Commit

Permalink
Merge pull request #878 from seemethere/increment_060
Browse files Browse the repository at this point in the history
Increment to 0.6.0
  • Loading branch information
seemethere committed Aug 3, 2017
2 parents 9b3fbe4 + f80a6ae commit 8b24c35
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.app import Sanic
from sanic.blueprints import Blueprint

__version__ = '0.5.4'
__version__ = '0.6.0'

__all__ = ['Sanic', 'Blueprint']

0 comments on commit 8b24c35

Please sign in to comment.