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

github.com/stanfordnlp/stanza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Bauer <horatio@gmail.com>2022-09-15 09:04:09 +0300
committerJohn Bauer <horatio@gmail.com>2022-09-15 09:04:09 +0300
commitb18e6e80fae7cefbfed7e5255c7ba4ef6f1adae5 (patch)
treeb4d38b0ff70dcaa8327e1a446f7d943c28262e74
parentf1fe15bc3de5270b51513ebc1ce5b02be2518d2d (diff)
Bump version number to release a few small changesHEADv1.4.2main
-rw-r--r--stanza/_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stanza/_version.py b/stanza/_version.py
index af653bc9..2c89e2de 100644
--- a/stanza/_version.py
+++ b/stanza/_version.py
@@ -1,4 +1,4 @@
""" Single source of truth for version number """
-__version__ = "1.4.1"
+__version__ = "1.4.2"
__resources_version__ = '1.4.1'