From c23e0cdd739c25ea76be5c6eb76de3dc819aa565 Mon Sep 17 00:00:00 2001 From: Andreas Pelme Date: Wed, 17 Jul 2024 10:03:28 +0200 Subject: [PATCH] Version bump. --- htpy/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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