Release 1.0.0
This commit is contained in:
@@ -30,7 +30,7 @@ def dpg_context() -> Generator[None]:
|
||||
|
||||
|
||||
def test_public_exports_and_version() -> None:
|
||||
assert dpgg.__version__ == "0.1.0b1"
|
||||
assert dpgg.__version__ == "1.0.0"
|
||||
for name in dpgg.__all__:
|
||||
assert hasattr(dpgg, name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user