From 1277d8da4ea34fa8aa7b4ddaa93f8fb95f0aad04 Mon Sep 17 00:00:00 2001 From: Jendrik Seipp Date: Mon, 20 Jun 2022 14:15:40 +0200 Subject: [PATCH] Update version number to 7.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 238ae3865..c3ff4b00e 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.0+" +__version__ = "7.1"