update r1.0.0 version

pull/1857/head
Hui Zhang 2 years ago
parent 8de8071db1
commit 4fbb9b8c7f

@ -19,7 +19,7 @@ from setuptools.command.install import install
from setuptools.command.test import test
# set the version here
VERSION = '1.0.0a'
VERSION = '1.0.0'
# Inspired by the example at https://pytest.org/latest/goodpractises.html

@ -27,7 +27,7 @@ from setuptools.command.install import install
HERE = Path(os.path.abspath(os.path.dirname(__file__)))
VERSION = '1.0.0a'
VERSION = '1.0.0'
base = [
"editdistance",

Loading…
Cancel
Save