From 0a4a055696ebd6c5b2db5ea028a871e664debabf Mon Sep 17 00:00:00 2001 From: Christian Tremblay Date: Sun, 15 Sep 2024 21:39:01 -0400 Subject: [PATCH] Update pyproject.toml Forgot to bump version in toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index caeeecbe..50d993f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "BAC0" -version = "2024.09.15dev" +version = "2024.09.15" description = "BACnet Scripting Framework for testing DDC Controls" authors = [{name = "Christian Tremblay", email = "christian.tremblay@servisys.com"}] readme = "README.md" @@ -40,4 +40,4 @@ include = [ namespaces = false [tool.pytest.ini_options] -asyncio_default_fixture_loop_scope = "session" \ No newline at end of file +asyncio_default_fixture_loop_scope = "session"