diff --git a/pyproject.toml b/pyproject.toml index caeeecb..50d993f 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"