Skip to content

Commit f5b56ca

Browse files
committed
25.4.2
1 parent f50029d commit f5b56ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

htpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
if t.TYPE_CHECKING:
1818
from types import UnionType
1919

20-
__version__ = "25.4.1"
20+
__version__ = "25.4.2"
2121
__all__: list[str] = []
2222

2323
BaseElementSelf = t.TypeVar("BaseElementSelf", bound="BaseElement")

0 commit comments

Comments
 (0)