From 09a7f176e47b69a2468e0e270068d527caf12c89 Mon Sep 17 00:00:00 2001 From: Rory Flynn <75283103+roaree@users.noreply.github.com> Date: Thu, 4 Jan 2024 20:06:08 +0100 Subject: [PATCH] Mark release 2.5.0 --- 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 bf954c350..10f2dcf12 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.5" +MVT_VERSION = "2.5.0"