diff --git a/htpy/__init__.py b/htpy/__init__.py index a5af5ac..b59fecf 100644 --- a/htpy/__init__.py +++ b/htpy/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "24.7.1" +__version__ = "24.7.2" __all__: list[str] = [] import functools