Skip to content

Commit a189c71

Browse files
authored
fix(cdn): fix cdn pyproject version (#1228)
1 parent c2a3a62 commit a189c71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services/cdn/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "stackit-cdn"
33

44
[tool.poetry]
55
name = "stackit-cdn"
6-
version = "v0.1.1"
6+
version = "v1.0.1"
77
authors = [
88
"STACKIT Developer Tools <developer-tools@stackit.cloud>",
99
]
@@ -105,4 +105,4 @@ per-file-ignores = """
105105
# E501: long descriptions/string values might lead to lines that are too long
106106
# B028: stacklevel for deprecation warning is irrelevant
107107
./src/stackit/*/api/default_api.py: F841,B028,E501
108-
"""
108+
"""

0 commit comments

Comments
 (0)