diff --git a/examples/map/even_odd/pyproject.toml b/examples/map/even_odd/pyproject.toml index bcc741c4..d5df62f1 100644 --- a/examples/map/even_odd/pyproject.toml +++ b/examples/map/even_odd/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.0" +pynumaflow = "~0.6.0" [tool.poetry.dev-dependencies] diff --git a/examples/map/flatmap/pyproject.toml b/examples/map/flatmap/pyproject.toml index f415b3ff..3ecf4c88 100644 --- a/examples/map/flatmap/pyproject.toml +++ b/examples/map/flatmap/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.0" +pynumaflow = "~0.6.0" [tool.poetry.dev-dependencies] diff --git a/examples/map/forward_message/pyproject.toml b/examples/map/forward_message/pyproject.toml index 649a27e5..361ba9e5 100644 --- a/examples/map/forward_message/pyproject.toml +++ b/examples/map/forward_message/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.0" +pynumaflow = "~0.6.0" [tool.poetry.dev-dependencies] diff --git a/examples/map/multiproc_map/pyproject.toml b/examples/map/multiproc_map/pyproject.toml index 649a27e5..361ba9e5 100644 --- a/examples/map/multiproc_map/pyproject.toml +++ b/examples/map/multiproc_map/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.0" +pynumaflow = "~0.6.0" [tool.poetry.dev-dependencies] diff --git a/examples/mapstream/flatmap_stream/pyproject.toml b/examples/mapstream/flatmap_stream/pyproject.toml index be1017c3..7df9056e 100644 --- a/examples/mapstream/flatmap_stream/pyproject.toml +++ b/examples/mapstream/flatmap_stream/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.0" +pynumaflow = "~0.6.0" [tool.poetry.dev-dependencies] diff --git a/examples/reduce/asyncio-reduce/pyproject.toml b/examples/reduce/asyncio-reduce/pyproject.toml index 997ae7d7..31cce969 100644 --- a/examples/reduce/asyncio-reduce/pyproject.toml +++ b/examples/reduce/asyncio-reduce/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.0" +pynumaflow = "~0.6.0" aiorun = "^2022.11.1" aiohttp = "~3.8.4" asyncio = "~3.4.3" diff --git a/examples/reduce/counter/pyproject.toml b/examples/reduce/counter/pyproject.toml index 48c3aa44..7c956677 100644 --- a/examples/reduce/counter/pyproject.toml +++ b/examples/reduce/counter/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.0" +pynumaflow = "~0.6.0" aiorun = "^2022.11.1" [tool.poetry.dev-dependencies] diff --git a/examples/sideinput/simple-sideinput/pyproject.toml b/examples/sideinput/simple-sideinput/pyproject.toml index ac9887e3..361ba9e5 100644 --- a/examples/sideinput/simple-sideinput/pyproject.toml +++ b/examples/sideinput/simple-sideinput/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.1" +pynumaflow = "~0.6.0" [tool.poetry.dev-dependencies] diff --git a/examples/sideinput/simple-sideinput/udf/pyproject.toml b/examples/sideinput/simple-sideinput/udf/pyproject.toml index a39639d6..767ec2bb 100644 --- a/examples/sideinput/simple-sideinput/udf/pyproject.toml +++ b/examples/sideinput/simple-sideinput/udf/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.1" +pynumaflow = "~0.6.0" watchfiles = "~0.20.0" watchdog = "~0.8.2" diff --git a/examples/sink/async_log/pyproject.toml b/examples/sink/async_log/pyproject.toml index b90811ec..629d9c26 100644 --- a/examples/sink/async_log/pyproject.toml +++ b/examples/sink/async_log/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.0" +pynumaflow = "~0.6.0" [tool.poetry.dev-dependencies] diff --git a/examples/sink/log/pyproject.toml b/examples/sink/log/pyproject.toml index b90811ec..629d9c26 100644 --- a/examples/sink/log/pyproject.toml +++ b/examples/sink/log/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.0" +pynumaflow = "~0.6.0" [tool.poetry.dev-dependencies] diff --git a/examples/source/async-source/pyproject.toml b/examples/source/async-source/pyproject.toml index ebe01b5b..bf23dd70 100644 --- a/examples/source/async-source/pyproject.toml +++ b/examples/source/async-source/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.5" +pynumaflow = "~0.6.0" aiorun = "^2023.7" diff --git a/examples/source/simple-source/pyproject.toml b/examples/source/simple-source/pyproject.toml index ae918b3d..82428bc2 100644 --- a/examples/source/simple-source/pyproject.toml +++ b/examples/source/simple-source/pyproject.toml @@ -6,7 +6,7 @@ authors = ["Numaflow developers"] [tool.poetry.dependencies] python = "~3.10" -pynumaflow = "~0.5.5" +pynumaflow = "~0.6.0" [tool.poetry.dev-dependencies] diff --git a/examples/sourcetransform/event_time_filter/pyproject.toml b/examples/sourcetransform/event_time_filter/pyproject.toml index 4ed23305..a6d19b57 100644 --- a/examples/sourcetransform/event_time_filter/pyproject.toml +++ b/examples/sourcetransform/event_time_filter/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "mapt_event_time_filter"}] [tool.poetry.dependencies] python = ">=3.9, <3.12" -pynumaflow = "~0.5.0" +pynumaflow = "~0.6.0" [build-system] requires = ["poetry-core"] diff --git a/pyproject.toml b/pyproject.toml index a429905d..7a315da3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynumaflow" -version = "0.5.4" +version = "0.6.0" description = "Provides the interfaces of writing Python User Defined Functions and Sinks for NumaFlow." authors = ["NumaFlow Developers"] readme = "README.md"