From b06d0d363d9c2096d197c50f31e15c6a578eaab6 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 7 Jul 2022 10:56:33 +0200 Subject: [PATCH] Set version to v8.1.0 --- thinc/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thinc/about.py b/thinc/about.py index 3c12247e3..0394a50c7 100644 --- a/thinc/about.py +++ b/thinc/about.py @@ -1,2 +1,2 @@ -__version__ = "v8.1.0.dev3" +__version__ = "v8.1.0" __release__ = True