From 93fb2bf1a4b28bb6216e5a36b195527a15b17321 Mon Sep 17 00:00:00 2001 From: Hui Zhang Date: Tue, 15 Mar 2022 14:17:45 +0800 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f86758ba..82ff6341 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.1.2' +VERSION = '0.2.0' base = [ "editdistance", -- GitLab