Release 1.1.1

This commit is contained in:
2026-07-08 11:06:17 +01:00
parent 0a7b4f0172
commit 5b1826d9c3
7 changed files with 382 additions and 32 deletions

View File

@@ -31,7 +31,7 @@ def dpg_context() -> Generator[None]:
def test_public_exports_and_version() -> None:
assert dpgg.__version__ == "1.1.0"
assert dpgg.__version__ == "1.1.1"
assert files("dpg_gauges").joinpath("py.typed").is_file()
for name in dpgg.__all__:
assert hasattr(dpgg, name)