We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9afcbb commit 38c720bCopy full SHA for 38c720b
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.5.0
+current_version = 0.5.1
3
commit = True
4
tag = True
5
tag_name = {new_version}
app/__init__.py
@@ -1 +1 @@
-__version__ = "0.5.0"
+__version__ = "0.5.1"
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "dapla-statbank-authenticator"
-version = "0.5.0"
+version = "0.5.1"
description = "A template repository for Python microservices targeting Kuberntes deployment"
authors = [{ name = "Statistics Norway", email = "mmw@ssb.no" }]
6
requires-python = "~=3.13.0"
0 commit comments