Skip to content

Commit 7c6b180

Browse files
committed
Set version to 0.3.2
1 parent f56e40d commit 7c6b180

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

0 commit comments

Comments
 (0)