Skip to content

Commit

Permalink
update setup.py and .travis.yml versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mohansriharsha committed Jan 29, 2020
1 parent cc1794a commit f227eae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ deploy:
- LICENSE
- kwikapi/api.py
- kwikapi/__init__.py
name: kwikapi-0.5.12
tag_name: 0.5.12
name: kwikapi-0.5.13
tag_name: 0.5.13
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.12"
version = "0.5.13"
setup(
name="kwikapi",
version=version,
Expand Down

0 comments on commit f227eae

Please sign in to comment.