From 9cc6155c4ceb52d82a129da714edabcdfc1e82c5 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 1 Feb 2023 15:25:40 +0100 Subject: [PATCH] bumpver-bump! --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1bd1295..6e342e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "reference_model" -version = "0.1.1" +version = "0.1.2" description = "Example VIPS model, showcasing functionality" readme = "README.md" authors = [{ name="Tor-Einar Skog", email="tor-einar.skog@nibio.no" }] @@ -26,7 +26,7 @@ requires-python = ">=3.9" [tool.bumpver] -current_version = "0.1.1" +current_version = "0.1.2" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true -- GitLab