Skip to content

Commit

Permalink
Merge pull request #66 from PickwickSoft/release/v1.0.1
Browse files Browse the repository at this point in the history
🔖 Change version to 1.0.1
  • Loading branch information
garlontas authored Jul 31, 2023
2 parents 0f1c7d2 + f1ee5d5 commit 2f52e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pystreamapi/__init__.py
Original file line number Diff line number Diff line change
@@ -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"]

0 comments on commit 2f52e24

Please sign in to comment.