From a0d3c57051e304e349b5c84f8fde24cb883e4285 Mon Sep 17 00:00:00 2001 From: Jendrik Seipp Date: Wed, 4 Dec 2019 11:30:01 +0100 Subject: [PATCH] Update version number to 5.0 for release. --- lab/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lab/__init__.py b/lab/__init__.py index 9dfa46bb8..4b6e9b9d4 100644 --- a/lab/__init__.py +++ b/lab/__init__.py @@ -16,4 +16,4 @@ # along with this program. If not, see . #: Lab version number. A "+" is appended to all non-tagged revisions. -__version__ = '4.2+' +__version__ = '5.0'