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 2b87355 commit 1382d96Copy full SHA for 1382d96
.travis.yml
@@ -30,3 +30,4 @@ deploy:
30
on:
31
tags: true
32
distributions: "sdist bdist_wheel"
33
+ skip_cleanup: 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.4.1'
+__version__ = '0.4.1.post0'
8
__all__ = [
9
'doc',
10
'wrap_with',
0 commit comments