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

Introducing bumpver

parent 41ee1eeb
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "reference_model"
version = "0.6.1"
version = "0.1.1"
description = "Example VIPS model, showcasing functionality"
readme = "README.md"
authors = [{ name="Tor-Einar Skog", email="tor-einar.skog@nibio.no" }]
......@@ -24,3 +24,21 @@ dependencies = [
requires-python = ">=3.9"
[tool.bumpver]
current_version = "0.1.1"
version_pattern = "MAJOR.MINOR.PATCH"
commit_message = "bump version {old_version} -> {new_version}"
commit = true
tag = true
push = true
[tool.bumpver.file_patterns]
"pyproject.toml" = [
'current_version = "{version}"',
'version = "{version}"',
]
"README.md" = [
"{version}",
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment