Skip to content

Commit

Permalink
v0.131.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed Apr 25, 2024
1 parent f91e85c commit cb6185f
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.121.0"
VERSION = "0.131.0"

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

0 comments on commit cb6185f

Please sign in to comment.