From 65863ba7c73d9582a8b0df0d6e968c7d95792fbe Mon Sep 17 00:00:00 2001 From: Rory Flynn Date: Mon, 11 Dec 2023 11:07:39 +0100 Subject: [PATCH] Mark release 2.4.5 --- mvt/common/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mvt/common/version.py b/mvt/common/version.py index 1ce8a84..bf954c3 100644 --- a/mvt/common/version.py +++ b/mvt/common/version.py @@ -3,4 +3,4 @@ # Use of this software is governed by the MVT License 1.1 that can be found at # https://license.mvt.re/1.1/ -MVT_VERSION = "2.4.4" +MVT_VERSION = "2.4.5"