We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38d720b commit 302cee8Copy full SHA for 302cee8
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.2.0
+current_version = 0.3.0
3
commit = True
4
tag = True
5
tag_name = {new_version}
app/__init__.py
@@ -1 +1 @@
-__version__ = "0.2.0"
+__version__ = "0.3.0"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dapla-statbank-authenticator"
-version = "0.2.0"
+version = "0.3.0"
description = "A template repository for Python microservices targeting Kuberntes deployment"
authors = ["Statistics Norway <mmw@ssb.no>"]
6
license = "Apache-2.0"
0 commit comments