Skip to content

Commit 8560dd6

Browse files
authored
Merge pull request #126 from pickwicksoft/release/v1.4.0
Release/v1.4.0
2 parents 8abcc2c + 76d1f5c commit 8560dd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "1.3.0"
3+
version = "1.4.0"
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__ = "1.3.0"
4+
__version__ = "1.4.0"
55
__all__ = ["Stream", "ErrorLevel"]

0 commit comments

Comments
 (0)