diff --git a/README.md b/README.md index e7128275de5ac1c347f8c9a413daacb49c84f1f4..0c642d875760f9002f81d4ef14ac9697f8686797 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.0 +pip3 install git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.2.1 ``` ...where the version is specified after the `@` diff --git a/pyproject.toml b/pyproject.toml index aee2bedb406d87a6021dfb5c45f973433ecb27dc..2b7189732f67d5eaabf4b6810ea0d8b9ca9cb77e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "vipscore_common" -version = "0.2.0" +version = "0.2.1" 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.0" +current_version = "0.2.1" version_pattern = "MAJOR.MINOR.PATCH" commit_message = "bump version {old_version} -> {new_version}" commit = true