From a0baf997c20d333fcffc9a4514cdd2a2da7d7b00 Mon Sep 17 00:00:00 2001 From: Sidhant Kohli Date: Sat, 24 May 2025 13:04:48 -0700 Subject: [PATCH] Update pyproject.toml Update for latest release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 309a300c..e602898d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynumaflow" -version = "0.9.1" +version = "0.9.2" description = "Provides the interfaces of writing Python User Defined Functions and Sinks for NumaFlow." authors = ["NumaFlow Developers"] readme = "README.md"