Skip to content

Commit

Permalink
Merge pull request #81 from shivam05011996/version_number_fix
Browse files Browse the repository at this point in the history
changed the version number
  • Loading branch information
arrangeesh authored Jan 22, 2019
2 parents 7c34de6 + 53575c7 commit 77b8e64
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 @@ -16,8 +16,8 @@ deploy:
- LICENSE
- kwikapi/api.py
- kwikapi/__init__.py
name: kwikapi-0.4.8
tag_name: 0.4.8
name: kwikapi-0.4.9
tag_name: 0.4.9
on:
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.4.8'
version = '0.4.9'
setup(
name="kwikapi",
version=version,
Expand Down

0 comments on commit 77b8e64

Please sign in to comment.