From ca3c1bade434494be9d82af89089c0b9f4f8ff4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Donncha=20=C3=93=20Cearbhaill?= Date: Fri, 21 Jul 2023 12:14:31 +0200 Subject: [PATCH] Bump version to v2.4.0 Bumping the minor version as we introduce some backwards-incompatible API changes to module definition in #367. --- 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 4cad5fd..a5dcc6a 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.3.0" +MVT_VERSION = "2.4.0"