From 4a6b483ce32320e5baed4d01a7061604f44be63b Mon Sep 17 00:00:00 2001 From: Rory Flynn <75283103+roaree@users.noreply.github.com> Date: Mon, 4 Dec 2023 17:05:04 +0100 Subject: [PATCH] Mark release 2.4.4 (#433) --- 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 81614216f..1ce8a84aa 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.3" +MVT_VERSION = "2.4.4"