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

Fixing bumpver

parent daf1c72e
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 = "vipscore_common" name = "vipscore_common"
version = "0.6.2" version = "0.1.4"
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.3" current_version = "0.1.4"
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
...@@ -41,6 +41,5 @@ push = true ...@@ -41,6 +41,5 @@ push = true
] ]
"README.md" = [ "README.md" = [
"{version}", "{version}",
"{pep440_version}",
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment