Merge pull request #1857 from zh794390558/ver

[r1.0] update version to r1.0.0
pull/1870/head
Hui Zhang 3 years ago committed by GitHub
commit 7492c4eafa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -19,7 +19,7 @@ from setuptools.command.install import install
from setuptools.command.test import test from setuptools.command.test import test
# set the version here # set the version here
VERSION = '1.0.0a' VERSION = '1.0.0'
# Inspired by the example at https://pytest.org/latest/goodpractises.html # 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__))) HERE = Path(os.path.abspath(os.path.dirname(__file__)))
VERSION = '1.0.0a' VERSION = '1.0.0'
base = [ base = [
"editdistance", "editdistance",

Loading…
Cancel
Save