Skip to content

Commit

Permalink
prepping for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinami committed Aug 27, 2017
1 parent fa4f9b5 commit c7dd99f
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.2.1'
__version__ = '0.3.0'
__all__ = ['openapi_blueprint', 'swagger_blueprint']
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
package_data={'sanic_openapi': ['ui/*']},
platforms='any',
install_requires=[
'sanic>=0.3.1',
'sanic>=0.6.0',
],
classifiers=[
'Development Status :: 2 - Pre-Alpha',
Expand Down

0 comments on commit c7dd99f

Please sign in to comment.