Skip to content

Commit

Permalink
Merge pull request #90 from PickwickSoft/release/v1.2.1
Browse files Browse the repository at this point in the history
🔖 Release version 1.2.1
  • Loading branch information
garlontas committed Feb 23, 2024
2 parents 8660a27 + 741714f commit 7d90acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 = "1.2.0"
version = "1.2.1"
authors = ["Stefan Garlonta <stefan@pickwicksoft.org>"]
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__ = "1.2.0"
__version__ = "1.2.1"
__all__ = ["Stream", "ErrorLevel"]

0 comments on commit 7d90acd

Please sign in to comment.