diff --git a/README.md b/README.md index 1c9bd7c2b416d9a1304efac6ff79ebbc8584ac51..48102c1f79a210bf4c550304c4b532d050fcb34f 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.2.2 +pip3 install git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.2.3 ``` ...where the version is specified after the `@` diff --git a/pyproject.toml b/pyproject.toml index 829774d5589ff0d90888087b18d160b22e7dbe21..c33ce7ef0f6c38b7a85931e5ecacc4e669c3bc21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vipscore_common" -version = "0.2.2" +version = "0.2.3" 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.2.2" +current_version = "0.2.3" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true