Skip to content

Commit

Permalink
v0.131.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed Jun 29, 2024
1 parent 45d132d commit ecd1362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typed_stream/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

__all__ = ("VERSION", "version_info")

VERSION = "0.131.0"
VERSION = "0.141.0"

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

0 comments on commit ecd1362

Please sign in to comment.