From 2560684b68c4272ed40db954838d2a499900e70c Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 1 Feb 2023 15:32:15 +0100
Subject: [PATCH] Bumpver!!!

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

diff --git a/pyproject.toml b/pyproject.toml
index 5b3c0d3..24698e7 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "reference_model"
-version = "0.1.2"
+version = "0.1.3"
 description = "Example VIPS model, showcasing functionality"
 readme = "README.md"
 authors = [{ name="Tor-Einar Skog", email="tor-einar.skog@nibio.no" }]
@@ -24,9 +24,11 @@ dependencies = [
 
 requires-python = ">=3.9"
 
+[project.optional-dependencies]
+dev = ["bumpver", "pytest"]
 
 [tool.bumpver]
-current_version = "0.1.2"
+current_version = "0.1.3"
 version_pattern = "MAJOR.MINOR.PATCH"
 commit_message = "bump version {old_version} -> {new_version}"
 commit = true
-- 
GitLab