Skip to content

Commit 8cc9473

Browse files
authored
Bump patch version (#97)
Bump version: 0.5.3 → 0.5.4
1 parent a450dd9 commit 8cc9473

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.3
2+
current_version = 0.5.4
33
commit = True
44
tag = True
55
tag_name = {new_version}

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.3"
1+
__version__ = "0.5.4"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "dapla-statbank-authenticator"
3-
version = "0.5.3"
3+
version = "0.5.4"
44
description = "A template repository for Python microservices targeting Kuberntes deployment"
55
authors = [{ name = "Statistics Norway", email = "mmw@ssb.no" }]
66
requires-python = "~=3.13.0"

0 commit comments

Comments
 (0)