From aebb8e4e6a040582983cf105bfc718f5bb98feed Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Wed, 12 Oct 2022 16:47:52 +0200 Subject: [PATCH] Set version to v8.1.4 (#787) --- thinc/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thinc/about.py b/thinc/about.py index 35cdb6adb..651275479 100644 --- a/thinc/about.py +++ b/thinc/about.py @@ -1,2 +1,2 @@ -__version__ = "8.1.3" +__version__ = "8.1.4" __release__ = True