Release 1.1.0

This commit is contained in:
2026-07-07 23:12:07 +01:00
parent 5bd819d812
commit 0a7b4f0172
4 changed files with 4 additions and 4 deletions

View File

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