From 758090944b8c993db7d3a9b997ebd1459ad9a0e2 Mon Sep 17 00:00:00 2001 From: Sidhant Kohli Date: Wed, 25 Jun 2025 13:53:41 -0700 Subject: [PATCH] chore: prerelease fo r0.10.0 Signed-off-by: Sidhant Kohli --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 309a300c..74e1c586 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynumaflow" -version = "0.9.1" +version = "0.10.0a0" description = "Provides the interfaces of writing Python User Defined Functions and Sinks for NumaFlow." authors = ["NumaFlow Developers"] readme = "README.md"