Skip to content

Commit

Permalink
Test PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
lafrech committed Oct 15, 2018
1 parent 9693c14 commit df59d74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- stage: PyPI Release
if: tag IS present
python: '3.6'
env: []
env: MARSHMALLOW_VERSION=3 APISPEC_VERSION=1
install: true
script: echo "Releasing to PyPI..."
deploy:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='flask-rest-api',
version='0.0.7',
version='0.0.8',
description='Build a REST API with Flask',
long_description=long_description,
url='https://github.com/Nobatek/flask-rest-api',
Expand Down

0 comments on commit df59d74

Please sign in to comment.