Skip to content

Commit

Permalink
fix: bump "__version__" to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjr0719 committed Jan 3, 2020
1 parent 5ecacc1 commit 0c376be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sanic_openapi/__init__.py
@@ -1,4 +1,4 @@
from .swagger import swagger_blueprint

__version__ = "0.6.0"
__version__ = "0.6.1"
__all__ = ["swagger_blueprint"]

0 comments on commit 0c376be

Please sign in to comment.