Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Forgot to bump version in toml
  • Loading branch information
ChristianTremblay authored Sep 16, 2024
1 parent 4ee78b2 commit 0a4a055
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = "[email protected]"}]
readme = "README.md"
Expand Down Expand Up @@ -40,4 +40,4 @@ include = [
namespaces = false

[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "session"
asyncio_default_fixture_loop_scope = "session"

0 comments on commit 0a4a055

Please sign in to comment.