From f583cd36a7729a5427d4826e9c6e215eec612fb5 Mon Sep 17 00:00:00 2001 From: RANGSIMAN KETKAEW Date: Tue, 7 May 2019 08:53:48 +0700 Subject: [PATCH] minor updated --- .travis.yml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9039788..e131779 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/setup.py b/setup.py index 36813d3..a507450 100644 --- a/setup.py +++ b/setup.py @@ -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()