From 89ae125d54d1cf46e9d6a5629a04607e5e8e86d2 Mon Sep 17 00:00:00 2001 From: Jendrik Seipp Date: Sat, 21 Oct 2023 14:07:27 +0200 Subject: [PATCH] Update version number to 7.5+ after release. --- lab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab/__init__.py b/lab/__init__.py index 163cd4beb..8ca4da8ee 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__ = "7.5" +__version__ = "7.5+"