We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baffaec commit f583cd3Copy full SHA for f583cd3
2 files changed
.travis.yml
@@ -12,7 +12,7 @@ python:
12
install:
13
# - pip install octadist
14
# - pip install -i https://test.pypi.org/simple/ octadist
15
- - 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
16
17
script:
18
- cd example-py
setup.py
@@ -5,7 +5,7 @@
5
6
import setuptools
7
8
-__version__ = "2.5.2.1"
+__version__ = "2.5.2.2"
9
10
with open("README.md", "r", encoding="utf-8") as f:
11
long_description = f.read()
0 commit comments