From 4bc820387005a98395eeecddb614af6a1fb90e6f Mon Sep 17 00:00:00 2001 From: Caglar Pir Date: Wed, 18 Feb 2026 07:41:26 -0800 Subject: [PATCH] Bump version to 0.14.7 Summary: Increment version number from 0.14.6 to 0.14.7 for the next release. Test Plan: Version string update only - no functional changes. --- mapillary_tools/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mapillary_tools/__init__.py b/mapillary_tools/__init__.py index 046be5b6..e20ada15 100644 --- a/mapillary_tools/__init__.py +++ b/mapillary_tools/__init__.py @@ -3,4 +3,4 @@ # This source code is licensed under the BSD license found in the # LICENSE file in the root directory of this source tree. -VERSION = "0.14.6" +VERSION = "0.14.7"