bump version

This commit is contained in:
Florian Förster 2025-04-03 13:42:45 +02:00
parent d79683b8b2
commit 04b17c9e70
2 changed files with 4 additions and 4 deletions

1
.python-version Normal file
View File

@ -0,0 +1 @@
3.11

View File

@ -1,6 +1,6 @@
[project] [project]
name = "dopt-basics" name = "dopt-basics"
version = "0.1.2" version = "0.1.3"
description = "basic cross-project tools for Python-based d-opt projects" description = "basic cross-project tools for Python-based d-opt projects"
authors = [ authors = [
{name = "Florian Förster", email = "f.foerster@d-opt.com"}, {name = "Florian Förster", email = "f.foerster@d-opt.com"},
@ -69,7 +69,7 @@ directory = "reports/coverage"
[tool.bumpversion] [tool.bumpversion]
current_version = "0.1.1" current_version = "0.1.3"
parse = """(?x) parse = """(?x)
(?P<major>0|[1-9]\\d*)\\. (?P<major>0|[1-9]\\d*)\\.
(?P<minor>0|[1-9]\\d*)\\. (?P<minor>0|[1-9]\\d*)\\.
@ -102,7 +102,7 @@ pre_commit_hooks = []
post_commit_hooks = [] post_commit_hooks = []
[tool.bumpversion.parts.pre_l] [tool.bumpversion.parts.pre_l]
values = ["dev", "a", "b", "rc", "final"] values = ["dev", "rc", "final"]
optional_value = "final" optional_value = "final"
[[tool.bumpversion.files]] [[tool.bumpversion.files]]
@ -110,7 +110,6 @@ filename = "pyproject.toml"
search = "version = \"{current_version}\"" search = "version = \"{current_version}\""
replace = "version = \"{new_version}\"" replace = "version = \"{new_version}\""
[tool.pdm] [tool.pdm]
distribution = true distribution = true