From 4572c2a5a7b232375c01cc9a6d594b943b271a84 Mon Sep 17 00:00:00 2001 From: Matthew Cane Date: Sat, 26 Oct 2024 13:10:47 +0100 Subject: [PATCH] Bump version to 0.1.0-alpha.5 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44e547b..446238e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cdk8s_cli" -version = "0.1.0-alpha.4" +version = "0.1.0-alpha.5" description = "A simple CLI for cdk8s" authors = ["Matthew Cane "] readme = "README.md"