We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6f7f1 commit 82992d2Copy full SHA for 82992d2
.travis.yml
@@ -31,7 +31,9 @@ jobs:
31
env: []
32
# Override install, and script to no-ops
33
before_install: true
34
- install: true
+ install:
35
+ - travis_retry pip install -U .
36
+ - travis_retry pip install -r dev-requirements.txt
37
before_script: true
38
script: echo "Releasing to PyPI..."
39
after_success: true
flask_apispec/__init__.py
@@ -4,7 +4,7 @@
4
from flask_apispec.extension import FlaskApiSpec
5
from flask_apispec.utils import Ref
6
7
-__version__ = '0.6.0'
+__version__ = '0.6.0.post0'
8
__all__ = [
9
'doc',
10
'wrap_with',
0 commit comments