From 639f0bd6467225946ac8c46047cd6cd815e65e54 Mon Sep 17 00:00:00 2001 From: iosefa Date: Mon, 11 May 2026 13:30:00 +1300 Subject: [PATCH] Bump version to 0.1.4 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cc51350..e1115ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "obia" -version = "0.1.3" +version = "0.1.4" description = "A Python package for object-based image analysis with multimodal data sources" readme = "README.md" requires-python = ">=3.11"