From c5f3828e8aadb6084d2fbc3537b0560b99abfba7 Mon Sep 17 00:00:00 2001 From: kohlisid Date: Tue, 16 Sep 2025 13:42:53 -0700 Subject: [PATCH] chore: release v0.10.1 Signed-off-by: kohlisid --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed7ddfc2..e6dae906 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynumaflow" -version = "0.10.0" +version = "0.10.1" description = "Provides the interfaces of writing Python User Defined Functions and Sinks for NumaFlow." authors = ["NumaFlow Developers"] readme = "README.md"