From 3aae298d32adc167ac57e0791a5a8c0544b1e8a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Wed, 7 Feb 2024 16:14:19 +0100 Subject: [PATCH] Set version to v8.2.3 (#922) --- thinc/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thinc/about.py b/thinc/about.py index 394a8253e..e7455c55b 100644 --- a/thinc/about.py +++ b/thinc/about.py @@ -1,2 +1,2 @@ -__version__ = "8.2.2" +__version__ = "8.2.3" __release__ = True