Set version to v3.0.4 (#7376)

This commit is contained in:
Adriane Boyd 2021-03-09 16:49:41 +01:00 committed by GitHub
parent d746ea6278
commit 3b911ee5ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# fmt: off
__title__ = "spacy"
__version__ = "3.0.3"
__version__ = "3.0.4"
__download_url__ = "https://github.com/explosion/spacy-models/releases/download"
__compatibility__ = "https://raw.githubusercontent.com/explosion/spacy-models/master/compatibility.json"
__projects__ = "https://github.com/explosion/projects"