From d9c40cf7189492fa56eeb59e63076b72dcc46d42 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Mon, 26 Sep 2022 15:46:22 +0200 Subject: [PATCH] Set version to v8.1.2 (#773) --- thinc/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thinc/about.py b/thinc/about.py index 080f6f7a6..7b1444a05 100644 --- a/thinc/about.py +++ b/thinc/about.py @@ -1,2 +1,2 @@ -__version__ = "8.1.1" +__version__ = "8.1.2" __release__ = True