From 07d81296103db8496a24e4b93b296b502a6ea9e5 Mon Sep 17 00:00:00 2001 From: Jendrik Seipp Date: Wed, 28 Feb 2024 08:29:46 +0100 Subject: [PATCH] Update version number to 8.1 for release. --- lab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab/__init__.py b/lab/__init__.py index 6cd8a5fad..1a847fbc1 100644 --- a/lab/__init__.py +++ b/lab/__init__.py @@ -1,2 +1,2 @@ #: Lab version number. A "+" is appended to all non-tagged revisions. -__version__ = "8.0+" +__version__ = "8.1"