未验证 提交 2f3771bf 编写于 作者: H Hui Zhang 提交者: GitHub

Merge pull request #1856 from zh794390558/version

[install] dev using 0.0.0 as version
......@@ -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 = '0.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 = '0.0.0'
base = [
"editdistance",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册