Skip to content

Commit

Permalink
0.150.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshix-1 committed Oct 1, 2024
1 parent 9f29ee4 commit 69b3b1b
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.150.0"
VERSION = "0.150.1"

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

0 comments on commit 69b3b1b

Please sign in to comment.