Skip to content

Commit ac747ff

Browse files
committed
Bump version: 0.1.6 → 0.1.8
1 parent 4a5bfc6 commit ac747ff

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

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.1.6"
3+
version = "0.1.8"
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)