Set version to 3.7.0.dev0

This commit is contained in:
shadeMe 2023-07-06 18:03:23 +02:00
parent 8113cfb257
commit c4105245e6
No known key found for this signature in database
GPG Key ID: 6FCA9FC635B2A402

View File

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