From 69313c54f843451324334612c53662969a305c9e Mon Sep 17 00:00:00 2001 From: John Mertic Date: Thu, 14 Nov 2024 16:47:14 -0500 Subject: [PATCH] Update pyproject.toml Signed-off-by: John Mertic --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8621133..3ca1bc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lfx-landscape-tools" -version = "1.0.0" +version = "2024-11-14" description = "Collection of tools for automating the data management of a landscape from LFX" authors = ["John Mertic "] readme = "README.md"