From 91f2671cb2bf0bb5cadeabd80a6be0f59a129f15 Mon Sep 17 00:00:00 2001 From: Jendrik Seipp Date: Sat, 21 Oct 2023 17:28:03 +0200 Subject: [PATCH] Update version number to 8.0+ after release. --- lab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab/__init__.py b/lab/__init__.py index 9a31e1cbf..6cd8a5fad 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.0+"