Skip to content

Commit

Permalink
🔖 Set version to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garlontas committed May 16, 2024
1 parent 471b6ea commit cc84860
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.1"
version = "1.3.0"
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.1"
__version__ = "1.3.0"
__all__ = ["Stream", "ErrorLevel"]

0 comments on commit cc84860

Please sign in to comment.