diff --git a/README.md b/README.md
index 4536f4414a8f6bf60089e4f5800f73cbe8b0d343..68567cc15ffb24b48dc0f3e1384e57e317b466fb 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This is the source code for the module that contains the common data models and
 # From local path, if you've cloned the Git repo
 pip3 install /home/foo/vipscore-python-common/
 # From GitLab
-pip3 install git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.6.3
+pip3 install git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.1.5
 ```
 ...where the version is specified after the `@`
 
diff --git a/pyproject.toml b/pyproject.toml
index 1fed7302be39f2f7e08c512baf19496c3aab94ab..5d4efc5faf752a038f99b79cb83c47baccd6d9c9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "vipscore_common"
-version = "0.1.4"
+version = "0.1.5"
 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.4"
+current_version = "0.1.5"
 version_pattern = "MAJOR.MINOR.PATCH"
 commit_message = "bump version {old_version} -> {new_version}"
 commit = true