Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswanth098 committed Oct 30, 2019
1 parent 404e33d commit 7efa334
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
deploy:
d
ploy:
- provider: releases
skip_cleanup: true
api_key:
Expand All @@ -9,8 +10,8 @@ deploy:
- LICENSE
- kwikapi/api.py
- kwikapi/__init__.py
name: kwikapi-0.5.10
tag_name: 0.5.10
name: kwikapi-0.5.11
tag_name: 0.5.11
true:
repo: deep-compute/kwikapi
- provider: pypi
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.5.10"
version = "0.5.11"
setup(
name="kwikapi",
version=version,
Expand Down

0 comments on commit 7efa334

Please sign in to comment.