diff --git a/pyproject.toml b/pyproject.toml
index 6abd72ad29345a1cc4bc968ae45b3c4c92a3e87e..1fed7302be39f2f7e08c512baf19496c3aab94ab 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "vipscore_common"
-version = "0.6.2"
+version = "0.1.4"
 description = "Tools for the VIPSCore-Python web services and its models"
 readme = "README.md"
 authors = [{ name="Tor-Einar Skog", email="tor-einar.skog@nibio.no" }]
@@ -27,7 +27,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
@@ -41,6 +41,5 @@ push = true
 ]
 "README.md" = [
     "{version}",
-    "{pep440_version}",
 ]