From 59d4cb2814eb837c2e36ea1b5fbcbdcc4874199f Mon Sep 17 00:00:00 2001 From: huangyuxin Date: Fri, 22 Apr 2022 12:14:59 +0000 Subject: [PATCH] to r1.0.0a, test=doc --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8053c9b2..34c0baa3 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ from setuptools.command.install import install HERE = Path(os.path.abspath(os.path.dirname(__file__))) -VERSION = '0.2.0' +VERSION = '1.0.0a' base = [ "editdistance",