Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

chore: change version to 0.0.1a in preparation of pre-release #6

Merged
merged 1 commit into from
Oct 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "stackit-core"
version = "0.0.1"
version = "0.0.1a"
authors = [
"STACKIT Developer Tools <[email protected]>",
]
Expand Down Expand Up @@ -95,4 +95,4 @@ per-file-ignores = """
# S105: hardcoded passwords in tests are fine
# S106: hardcoded passwords in tests are fine
./tests/*: S101,S105,S106,
"""
"""
Loading