From d6db2e3888623292d1f700a15945f09f135ed1a6 Mon Sep 17 00:00:00 2001 From: Sidhant Kohli Date: Fri, 3 May 2024 10:31:22 -0700 Subject: [PATCH] chore: update release version 0.7.0 (#164) Signed-off-by: Sidhant Kohli --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 29d56331..abaa6384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynumaflow" -version = "0.7.0a1" +version = "0.7.0" description = "Provides the interfaces of writing Python User Defined Functions and Sinks for NumaFlow." authors = ["NumaFlow Developers"] readme = "README.md"