From eb1fc79a9a1dfd3bca8956ad4bff33d02b864778 Mon Sep 17 00:00:00 2001 From: huangyuxin Date: Sat, 14 May 2022 04:48:32 +0000 Subject: [PATCH] update to r1.0.1, test=doc --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 149040a5..e89f3c92 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 = '1.0.0' +VERSION = '1.0.1' base = [ "editdistance",