Skip to content

Commit f583cd3

Browse files
minor updated
1 parent baffaec commit f583cd3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python:
1212
install:
1313
# - pip install octadist
1414
# - pip install -i https://test.pypi.org/simple/ octadist
15-
- python -m pip install --index-url https://test.pypi.org/simple/ octadist
15+
- pip install --index-url https://test.pypi.org/simple/ octadist==2.5.2.2
1616

1717
script:
1818
- cd example-py

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
import setuptools
77

8-
__version__ = "2.5.2.1"
8+
__version__ = "2.5.2.2"
99

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

0 commit comments

Comments
 (0)