Skip to content

Commit 1382d96

Browse files
committed
Fix releasing with static assets
1 parent 2b87355 commit 1382d96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ deploy:
3030
on:
3131
tags: true
3232
distributions: "sdist bdist_wheel"
33+
skip_cleanup: true

flask_apispec/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from flask_apispec.extension import FlaskApiSpec
55
from flask_apispec.utils import Ref
66

7-
__version__ = '0.4.1'
7+
__version__ = '0.4.1.post0'
88
__all__ = [
99
'doc',
1010
'wrap_with',

0 commit comments

Comments
 (0)