Skip to content

Commit

Permalink
minor updated
Browse files Browse the repository at this point in the history
  • Loading branch information
rangsimanketkaew committed May 7, 2019
1 parent baffaec commit f583cd3
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 @@ -12,7 +12,7 @@ python:
install:
# - pip install octadist
# - pip install -i https://test.pypi.org/simple/ octadist
- python -m pip install --index-url https://test.pypi.org/simple/ octadist
- pip install --index-url https://test.pypi.org/simple/ octadist==2.5.2.2

script:
- cd example-py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import setuptools

__version__ = "2.5.2.1"
__version__ = "2.5.2.2"

with open("README.md", "r", encoding="utf-8") as f:
long_description = f.read()
Expand Down

0 comments on commit f583cd3

Please sign in to comment.