We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50029d commit f5b56caCopy full SHA for f5b56ca
htpy/__init__.py
@@ -17,7 +17,7 @@
17
if t.TYPE_CHECKING:
18
from types import UnionType
19
20
-__version__ = "25.4.1"
+__version__ = "25.4.2"
21
__all__: list[str] = []
22
23
BaseElementSelf = t.TypeVar("BaseElementSelf", bound="BaseElement")
0 commit comments