Skip to content

Commit 38c720b

Browse files
committed
Bump version: 0.5.0 → 0.5.1
1 parent b9afcbb commit 38c720b

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.0
2+
current_version = 0.5.1
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.0"
1+
__version__ = "0.5.1"

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.0"
3+
version = "0.5.1"
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)