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-04-23 05:54:52 +0300
committerJohn Bauer <horatio@gmail.com>2022-04-23 07:36:46 +0300
commit011b6c4831a614439c599fd163a9b40b7c225566 (patch)
tree2d5a5e85ae14c8013860abd737bb83642a4ee63c
parentf2d02cf862afd3fa760b2a1f3e91cba0e05cb70c (diff)
Update version to 1.4.0 instead of 1.3.1 - enough fancy changes such as adding Bertv1.4.0
-rw-r--r--stanza/_version.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/stanza/_version.py b/stanza/_version.py
index 7d81bf02..fded973b 100644
--- a/stanza/_version.py
+++ b/stanza/_version.py
@@ -1,4 +1,4 @@
""" Single source of truth for version number """
-__version__ = "1.3.1"
-__resources_version__ = '1.3.1'
+__version__ = "1.4.0"
+__resources_version__ = '1.4.0'