From 5a1a44fb6000ce57f7937be13b424befc5448d92 Mon Sep 17 00:00:00 2001 From: pkuliuliu Date: Thu, 23 Sep 2021 19:03:16 +0800 Subject: [PATCH] update version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c663a06..8dc8a36 100644 --- a/setup.py +++ b/setup.py @@ -21,7 +21,7 @@ from setuptools import setup from setuptools.command.egg_info import egg_info from setuptools.command.build_py import build_py -version = '1.5.0' +version = '1.5.0-rc1' cur_dir = os.path.dirname(os.path.realpath(__file__)) pkg_dir = os.path.join(cur_dir, 'build')