modify setup version number

This commit is contained in:
changzherui 2020-07-29 15:22:14 +08:00
parent 338a225410
commit 614841aa39
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ from setuptools import setup, find_packages
from setuptools.command.egg_info import egg_info
from setuptools.command.build_py import build_py
version = '0.5.0'
version = '0.6.0'
backend_policy = os.getenv('BACKEND_POLICY')
commit_id = os.getenv('COMMIT_ID').replace("\n", "")