From 980980984e1a350be61aac72476b970565008538 Mon Sep 17 00:00:00 2001 From: Dev Mukherjee Date: Sat, 29 Jun 2024 14:43:42 +1000 Subject: [PATCH] fix: version in poetry tooling --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c4a5db4..774bb15 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gallagher" -version = "0.1.0-alpha.3" +version = "0.1.0-alpha.4" description = "Python tools for Gallagher Security Centre" authors = ["Dev Mukherjee "] readme = "README.md"