Skip to content

Commit

Permalink
🔖 Set version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
garlontas committed Aug 30, 2023
1 parent 8340e5f commit 4ede887
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
18 changes: 17 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.1"
version = "1.0.2"
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.0.1"
__version__ = "1.0.2"
__all__ = ["Stream", "ErrorLevel"]

0 comments on commit 4ede887

Please sign in to comment.