diff --git a/streamparse/version.py b/streamparse/version.py index 5882d1f7..0983d7aa 100644 --- a/streamparse/version.py +++ b/streamparse/version.py @@ -30,5 +30,5 @@ def _safe_int(string): return string -__version__ = "3.15.0" +__version__ = "3.15.1" VERSION = tuple(_safe_int(x) for x in __version__.split("."))