From ffe7230aabc7788ebed15b3f0a7575800417ea1b Mon Sep 17 00:00:00 2001 From: Avik Basu <3485425+ab93@users.noreply.github.com> Date: Thu, 30 May 2024 15:43:00 -0700 Subject: [PATCH] chore: bump version to 0.7.1 (#169) Signed-off-by: Avik Basu --- pyproject.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20f8a4fa..b99fa41b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pynumaflow" -version = "0.7.0" +version = "0.7.1" description = "Provides the interfaces of writing Python User Defined Functions and Sinks for NumaFlow." authors = ["NumaFlow Developers"] readme = "README.md" @@ -15,7 +15,8 @@ classifiers = [ "Intended Audience :: Developers", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", - "Programming Language :: Python :: 3.11" + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12" ] repository = "https://github.com/numaproj/numaflow-python"