From 293a0bf39ed75ae2e28a751478e8dadf77142e7b Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Wed, 1 Feb 2023 15:33:46 +0100
Subject: [PATCH] kjfdjkfhdas

---
 pyproject.toml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 24698e7..8a6720e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "reference_model"
-version = "0.1.3"
+version = "0.1.4"
 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.1.3"
+current_version = "0.1.4"
 version_pattern = "MAJOR.MINOR.PATCH"
 commit_message = "bump version {old_version} -> {new_version}"
 commit = true
@@ -40,7 +40,5 @@ push = true
     'current_version = "{version}"',
     'version = "{version}"',
 ]
-"README.md" = [
-    "{version}",
-]
+
 
-- 
GitLab