diff --git a/pystreamapi/__init__.py b/pystreamapi/__init__.py index 8dbaf49..67cd56a 100644 --- a/pystreamapi/__init__.py +++ b/pystreamapi/__init__.py @@ -1,5 +1,5 @@ from pystreamapi.__stream import Stream from pystreamapi._streams.error.__levels import ErrorLevel -__version__ = "1.0.0" +__version__ = "1.0.1" __all__ = ["Stream", "ErrorLevel"]