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>2020-08-13 09:05:37 +0300
committerJohn Bauer <horatio@gmail.com>2020-08-13 09:05:37 +0300
commit1b23d69cd6127d5b7161fd091f975fb044a2cdcf (patch)
tree36b4f6af6d82f66735928b9a4c356234f4ab86a2
parentd7ed164c0367783fc9d072fb5366f1f90658c719 (diff)
sigh...v1.1.1
-rw-r--r--stanza/_version.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/stanza/_version.py b/stanza/_version.py
index 6480ab71..1f0bc2c0 100644
--- a/stanza/_version.py
+++ b/stanza/_version.py
@@ -1,4 +1,4 @@
""" Single source of truth for version number """
-__version__ = "1.1.0.post3"
+__version__ = "1.1.1"
__resources_version__ = '1.1.0'