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

bump version 0.2.0 -> 0.2.1

parent f689dc09
No related branches found
No related tags found
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 = "vips_reference_model" name = "vips_reference_model"
version = "0.2.0" version = "0.2.1"
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" }]
...@@ -28,7 +28,7 @@ requires-python = ">=3.9" ...@@ -28,7 +28,7 @@ requires-python = ">=3.9"
dev = ["bumpver", "pytest"] dev = ["bumpver", "pytest"]
[tool.bumpver] [tool.bumpver]
current_version = "0.2.0" current_version = "0.2.1"
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