diff --git a/streamparse/version.py b/streamparse/version.py index e1e3d585..296a75a4 100644 --- a/streamparse/version.py +++ b/streamparse/version.py @@ -29,5 +29,5 @@ def _safe_int(string): return string -__version__ = '3.0.0' +__version__ = '3.0.1' VERSION = tuple(_safe_int(x) for x in __version__.split('.'))