Skip to content

Commit 3c43321

Browse files
authored
Merge pull request #49 from PickwickSoft/bugfix/fix-error-level-not-lazy
Bugfix/fix error level not lazy
2 parents 520552d + 10f95ba commit 3c43321

7 files changed

Lines changed: 125 additions & 73 deletions

File tree

poetry.lock

Lines changed: 65 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "streams.py"
3-
version = "0.3"
3+
version = "0.3.1"
44
authors = ["Stefan Garlonta <stefan@pickwicksoft.org>"]
55
description = "A stream library for Python inspired by Java Stream API"
66
keywords = ["streams", "parallel", "data"]

pystreamapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from pystreamapi.__stream import Stream
22
from pystreamapi._streams.error.__levels import ErrorLevel
33

4-
__version__ = "0.3"
4+
__version__ = "0.3.1"
55
__all__ = ["Stream", "ErrorLevel"]

0 commit comments

Comments
 (0)