From 27a4750bd9e350f95c620f3a1b1c8fb143c77d82 Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 22 Feb 2023 16:45:29 +0100
Subject: [PATCH] bump version 0.2.2 -> 0.2.3

---
 pyproject.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index c1e4dcb..aeee457 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "vips_reference_model"
-version = "0.2.2"
+version = "0.2.3"
 description = "Example VIPS model, showcasing functionality"
 readme = "README.md"
 authors = [{ name="Tor-Einar Skog", email="tor-einar.skog@nibio.no" }]
@@ -28,7 +28,7 @@ requires-python = ">=3.9"
 dev = ["bumpver", "pytest"]
 
 [tool.bumpver]
-current_version = "0.2.2"
+current_version = "0.2.3"
 version_pattern = "MAJOR.MINOR.PATCH"
 commit_message = "bump version {old_version} -> {new_version}"
 commit = true
-- 
GitLab