From 6c04e25f24ca0e608777f03b5d1c04ef2c2a303a Mon Sep 17 00:00:00 2001 From: Matej Dujava Date: Mon, 6 Jan 2025 13:01:35 +0100 Subject: [PATCH] Prepare for release 0.2.0-alpha13 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ad89728..344ee8c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,8 +1,9 @@ [tool.poetry] name = "osia" -version = "0.2.0" +version = "0.2.0-alpha13" description = "OpenShift infra automation" authors = ["Miroslav Jaros "] +maintainers = ["Matej Dujava "] license = "Apache-2.0" readme = 'README.md' keywords = ["OpenShift", "OpenStack", "AWS", "automation"]