未验证 提交 7492c4ea 编写于 作者: H Hui Zhang 提交者: GitHub

Merge pull request #1857 from zh794390558/ver

[r1.0] update version to r1.0.0
...@@ -19,7 +19,7 @@ from setuptools.command.install import install ...@@ -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 ...@@ -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",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册