Skip to content

Commit

Permalink
Merge pull request #509 from pystorm/bump-version
Browse files Browse the repository at this point in the history
Bump to 5.0.1
  • Loading branch information
kbourgoin authored Aug 9, 2024
2 parents e115ac5 + bb542c2 commit 28f45a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamparse/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ def _safe_int(string):
return string


__version__ = "5.0.0"
__version__ = "5.0.1"
VERSION = tuple(_safe_int(x) for x in __version__.split("."))

0 comments on commit 28f45a6

Please sign in to comment.