Skip to content

Commit 8cabcc1

Browse files
committed
fix(pyproject.toml): adjust dns and iaas versions
Signed-off-by: Alexander Dahmen <alexander.dahmen@inovex.de>
1 parent a64f2f4 commit 8cabcc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

services/dns/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-dns"
33

44
[tool.poetry]
55
name = "stackit-dns"
6-
version = "v3.0.0"
6+
version = "v0.3.0"
77
authors = ["STACKIT Developer Tools <developer-tools@stackit.cloud>"]
88
description = "STACKIT DNS API"
99
readme = "README.md"

services/iaas/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-iaas"
33

44
[tool.poetry]
55
name = "stackit-iaas"
6-
version = "v4.0.0"
6+
version = "v0.4.0"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]

0 commit comments

Comments
 (0)