Skip to content

Commit 3c524dc

Browse files
committed
Bump version: 0.3.1 → 0.4.0
1 parent 8bd6da1 commit 3c524dc

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "dapla-statbank-authenticator"
3-
version = "0.3.1"
3+
version = "0.4.0"
44
description = "A template repository for Python microservices targeting Kuberntes deployment"
55
authors = ["Statistics Norway <mmw@ssb.no>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)