Skip to content

Commit f05bda9

Browse files
committed
v0.155.0
1 parent bd7fb5b commit f05bda9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typed_stream/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
__all__ = ("VERSION", "version_info")
1414

15-
VERSION = "0.150.1"
15+
VERSION = "0.155.0"
1616

1717
version_info: tuple[int, int, int] = typing.cast(
1818
tuple[int, int, int], tuple(map(int, VERSION.split(".")))

0 commit comments

Comments
 (0)