Skip to content

Commit 28f45a6

Browse files
authored
Merge pull request #509 from pystorm/bump-version
Bump to 5.0.1
2 parents e115ac5 + bb542c2 commit 28f45a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamparse/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ def _safe_int(string):
2828
return string
2929

3030

31-
__version__ = "5.0.0"
31+
__version__ = "5.0.1"
3232
VERSION = tuple(_safe_int(x) for x in __version__.split("."))

0 commit comments

Comments
 (0)