Skip to content

Commit

Permalink
Merge pull request #49 from PickwickSoft/bugfix/fix-error-level-not-lazy
Browse files Browse the repository at this point in the history
Bugfix/fix error level not lazy
  • Loading branch information
garlontas authored Jul 21, 2023
2 parents 520552d + 10f95ba commit 3c43321
Show file tree
Hide file tree
Showing 7 changed files with 125 additions and 73 deletions.
97 changes: 65 additions & 32 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "streams.py"
version = "0.3"
version = "0.3.1"
authors = ["Stefan Garlonta <[email protected]>"]
description = "A stream library for Python inspired by Java Stream API"
keywords = ["streams", "parallel", "data"]
Expand Down
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__ = "0.3"
__version__ = "0.3.1"
__all__ = ["Stream", "ErrorLevel"]
Loading

0 comments on commit 3c43321

Please sign in to comment.