From 2f2de9203d88da3700669f293f796ad1bfd60246 Mon Sep 17 00:00:00 2001 From: Sofie Van Landeghem Date: Mon, 18 Oct 2021 17:11:53 +0200 Subject: [PATCH] bump version to 8.0.11 (#544) --- thinc/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thinc/about.py b/thinc/about.py index 3b415017e..70ecf9a1b 100644 --- a/thinc/about.py +++ b/thinc/about.py @@ -1,2 +1,2 @@ -__version__ = "8.0.10" +__version__ = "8.0.11" __release__ = True