From 02009c80b3cbd4853fc57598378b90b4022d908c Mon Sep 17 00:00:00 2001 From: Sidhant Kohli Date: Thu, 27 Jun 2024 13:31:59 -0700 Subject: [PATCH] chore: bump-version to 0.7.3 (#175) Signed-off-by: Sidhant Kohli --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f416ac5a..2370d789 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynumaflow" -version = "0.7.2" +version = "0.7.3" description = "Provides the interfaces of writing Python User Defined Functions and Sinks for NumaFlow." authors = ["NumaFlow Developers"] readme = "README.md"