Skip to content

Commit

Permalink
Merge pull request #88 from Mirantis/release-0.8
Browse files Browse the repository at this point in the history
prepare release 0.8
  • Loading branch information
tomkukral authored Oct 27, 2017
2 parents ed55aaa + 15d55cf commit 2628cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
- wget -O - http://localhost:5000/api/v1/health

- stage: publish
script:
- /bin/true
deploy:
provider: pypi
user: tomkukral
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

version = '0.7'
version = '0.8'

with open('README.md') as f:
long_description = ''.join(f.readlines())
Expand Down

0 comments on commit 2628cf3

Please sign in to comment.