Merge pull request #1856 from zh794390558/version

[install] dev using 0.0.0 as version
pull/1864/head
Hui Zhang 3 years ago committed by GitHub
commit 2f3771bf39
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
# 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",

Loading…
Cancel
Save