Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
channelcat committed Jan 30, 2017
1 parent 7a716ee commit 1387650
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sanic_openapi/__init__.py
@@ -1,5 +1,5 @@
from .openapi import blueprint as openapi_blueprint
from .swagger import blueprint as swagger_blueprint

__version__ = '0.1.0'
__version__ = '0.1.1'
__all__ = ['openapi_blueprint', 'swagger_blueprint']
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@
raise RuntimeError('Unable to determine version.')

setup(
name='Sanic OpenAPI',
name='sanic-openapi',
version=version,
url='http://github.com/channelcat/sanic/',
license='MIT',
Expand Down

0 comments on commit 1387650

Please sign in to comment.