From ac1ec4ae0c071af095e14e45bca12a7223d45778 Mon Sep 17 00:00:00 2001 From: pkuliuliu Date: Fri, 19 Mar 2021 18:44:59 +0800 Subject: [PATCH] update version 1.2.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0ac9e0e..d92df61 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup from setuptools.command.egg_info import egg_info from setuptools.command.build_py import build_py -version = '1.1.0' +version = '1.2.0' cur_dir = os.path.dirname(os.path.realpath(__file__)) pkg_dir = os.path.join(cur_dir, 'build')