Skip to content
Snippets Groups Projects
Commit de2378b4 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

bump version 0.1.5 -> 0.1.6

parent aaca7fd2
Branches
Tags 0.1.6
No related merge requests found
...@@ -8,7 +8,7 @@ This is the source code for the module that contains the common data models and ...@@ -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 # From local path, if you've cloned the Git repo
pip3 install /home/foo/vipscore-python-common/ pip3 install /home/foo/vipscore-python-common/
# From GitLab # From GitLab
pip3 install git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.1.5 pip3 install git+https://gitlab.nibio.no/VIPS/vipscore-python-common.git@v0.1.6
``` ```
...where the version is specified after the `@` ...where the version is specified after the `@`
......
...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" ...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "vipscore_common" name = "vipscore_common"
version = "0.1.5" version = "0.1.6"
description = "Tools for the VIPSCore-Python web services and its models" description = "Tools for the VIPSCore-Python web services and its models"
readme = "README.md" readme = "README.md"
authors = [{ name="Tor-Einar Skog", email="tor-einar.skog@nibio.no" }] authors = [{ name="Tor-Einar Skog", email="tor-einar.skog@nibio.no" }]
...@@ -27,7 +27,7 @@ requires-python = ">=3.9" ...@@ -27,7 +27,7 @@ requires-python = ">=3.9"
dev = ["bumpver", "pytest"] dev = ["bumpver", "pytest"]
[tool.bumpver] [tool.bumpver]
current_version = "0.1.5" current_version = "0.1.6"
version_pattern = "MAJOR.MINOR.PATCH" version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}" commit_message = "bump version {old_version} -> {new_version}"
commit = true commit = true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment