From 3b27f8aa26c80e5a2333df3d9285e8f64dca660f Mon Sep 17 00:00:00 2001 From: pkuliuliu Date: Wed, 28 Oct 2020 18:02:43 +0800 Subject: [PATCH] Revert 'Pull Request !128 : update version number' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f723fc..ad48fe0 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.1' +version = '1.0.0' cur_dir = os.path.dirname(os.path.realpath(__file__)) pkg_dir = os.path.join(cur_dir, 'build')