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

Bumpver!!!

parent fdd7c82b
Branches
Tags
No related merge requests found
...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" ...@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project] [project]
name = "reference_model" name = "reference_model"
version = "0.1.2" version = "0.1.3"
description = "Example VIPS model, showcasing functionality" description = "Example VIPS model, showcasing functionality"
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" }]
...@@ -24,9 +24,11 @@ dependencies = [ ...@@ -24,9 +24,11 @@ dependencies = [
requires-python = ">=3.9" requires-python = ">=3.9"
[project.optional-dependencies]
dev = ["bumpver", "pytest"]
[tool.bumpver] [tool.bumpver]
current_version = "0.1.2" current_version = "0.1.3"
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