Skip to content

Commit 21dcdf1

Browse files
authored
Merge pull request #78 from PickwickSoft/release/v1.1.0
🔖 Release Version 1.1.0
2 parents 31c8dea + 79fc829 commit 21dcdf1

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.0.2"
3+
version = "1.1.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.0.2"
4+
__version__ = "1.1.0"
55
__all__ = ["Stream", "ErrorLevel"]

0 commit comments

Comments
 (0)