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: af653bc90ae8e16f00155d55347c36321aff3dca (plain)
1
2
3
4
""" Single source of truth for version number """

__version__ = "1.4.1"
__resources_version__ = '1.4.1'