From 9836e9ee2e4f2fbf38947ec171ca12b883adaaec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Fri, 9 Sep 2022 11:45:49 +0200 Subject: [PATCH] Set version to 8.1.1 (#758) --- thinc/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thinc/about.py b/thinc/about.py index 9388517fe..080f6f7a6 100644 --- a/thinc/about.py +++ b/thinc/about.py @@ -1,2 +1,2 @@ -__version__ = "8.1.0" +__version__ = "8.1.1" __release__ = True