Skip to content

Commit 3bb79d1

Browse files
committed
actuall change the correct property
1 parent a7cd2ff commit 3bb79d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/dns/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stackit-dns"
3-
version = "0.0.1a"
3+
version = "0.0.1a2"
44
authors = [
55
"stackit-dns <stackit-dns@mail.schwarz>",
66
]
@@ -102,4 +102,4 @@ per-file-ignores = """
102102
# E501: long descriptions/string values might lead to lines that are too long
103103
# B028: stacklevel for deprecation warning is irrelevant
104104
./src/stackit/*/api/default_api.py: F841,B028,E501
105-
"""
105+
"""

0 commit comments

Comments
 (0)