Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_version.py « stanza - github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 63a7a1cb6aa918362141e99ef585966ce1113e39 (plain)
1
2
3
4
""" Single source of truth for version number """

__version__ = "1.0.0"
__resources_version__ = '1.0.0'