Skip to content

Commit

Permalink
Merge pull request #154 from chenjr0719/bump_version
Browse files Browse the repository at this point in the history
fix: bump "__version__" to 0.6.1
  • Loading branch information
ahopkins committed Jan 3, 2020
2 parents 5ecacc1 + 0c376be commit c7b96bf
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 c7b96bf

Please sign in to comment.