We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7fb5b commit f05bda9Copy full SHA for f05bda9
typed_stream/version.py
@@ -12,7 +12,7 @@
12
13
__all__ = ("VERSION", "version_info")
14
15
-VERSION = "0.150.1"
+VERSION = "0.155.0"
16
17
version_info: tuple[int, int, int] = typing.cast(
18
tuple[int, int, int], tuple(map(int, VERSION.split(".")))
0 commit comments