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

__version__ = "1.2.1"
__resources_version__ = '1.2.1'