From b0b7f41ccc7017faa8fb3c07d17ef459c013937c Mon Sep 17 00:00:00 2001 From: pkuliuliu Date: Wed, 28 Oct 2020 14:30:24 +0800 Subject: [PATCH] update v1.0.1 info --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ad48fe0..1f723fc 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ from setuptools import setup from setuptools.command.egg_info import egg_info from setuptools.command.build_py import build_py -version = '1.0.0' +version = '1.0.1' cur_dir = os.path.dirname(os.path.realpath(__file__)) pkg_dir = os.path.join(cur_dir, 'build')