Unverified Commit 4e90e2a7 authored by Tao Feng's avatar Tao Feng Committed by GitHub

update pypi version (#157)

update pypi version to include: 1. auto docker push; 2. push python suggested version to pypi
parent db8a1c49
......@@ -34,7 +34,7 @@ requirements_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'r
with open(requirements_path) as requirements_file:
requirements = requirements_file.readlines()
__version__ = '1.0.4'
__version__ = '1.0.5'
setup(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment