From c107508cf71f4ee220f8cdc971c23d92b7a56fc6 Mon Sep 17 00:00:00 2001 From: Melvin Klein Date: Wed, 30 Oct 2024 10:28:29 +0100 Subject: [PATCH] version_change --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c514d8c..d611066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stackit-core" -version = "0.0.1" +version = "0.0.1a" authors = [ "STACKIT Developer Tools ", ] @@ -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, -""" \ No newline at end of file +"""