From 9a1fd05bfc5ae36a78ba792286fd4a71e739aa62 Mon Sep 17 00:00:00 2001 From: Stefan Garlonta <70283087+garlontas@users.noreply.github.com> Date: Thu, 20 Jul 2023 17:21:13 +0200 Subject: [PATCH] Update version to 0.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 643343d..97fc59c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streams.py" -version = "0.2" +version = "0.3" authors = ["Stefan Garlonta "] description = "A stream library for Python inspired by Java Stream API" keywords = ["streams", "parallel", "data"]