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 45d132d commit ecd1362Copy full SHA for ecd1362
typed_stream/version.py
@@ -12,7 +12,7 @@
12
13
__all__ = ("VERSION", "version_info")
14
15
-VERSION = "0.131.0"
+VERSION = "0.141.0"
16
17
version_info: tuple[int, int, int] = typing.cast(
18
tuple[int, int, int], tuple(map(int, VERSION.split(".")))
0 commit comments