From f3bd70568f7bfefe5b6ac25b7b13aabb6ecb3b7e Mon Sep 17 00:00:00 2001 From: David Michaels Date: Wed, 3 Jul 2024 08:14:16 -0400 Subject: [PATCH] Support for Python 3.12 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c1e6a9ad2..cd7b84039 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "foursight-core" -version = "5.5.0.1b4" # TODO: To become 5.6.0 +version = "5.6.0" description = "Serverless Chalice Application for Monitoring" authors = ["4DN-DCIC Team "] license = "MIT"