From 04956f0102e51ca3cbcd35ec2525066f0c5d2322 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 12 Sep 2024 21:53:51 +0200 Subject: [PATCH] Set version to v9.1.1 --- thinc/about.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thinc/about.py b/thinc/about.py index 8c54de3d8..3b11c5d08 100644 --- a/thinc/about.py +++ b/thinc/about.py @@ -1,2 +1,2 @@ -__version__ = "9.1.1.dev0" +__version__ = "9.1.1" __release__ = True