Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ffe7230

Browse files
authored
chore: bump version to 0.7.1 (numaproj#169)
Signed-off-by: Avik Basu <[email protected]>
1 parent 20aa1fd commit ffe7230

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pynumaflow"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "Provides the interfaces of writing Python User Defined Functions and Sinks for NumaFlow."
55
authors = ["NumaFlow Developers"]
66
readme = "README.md"
@@ -15,7 +15,8 @@ classifiers = [
1515
"Intended Audience :: Developers",
1616
"Programming Language :: Python :: 3.9",
1717
"Programming Language :: Python :: 3.10",
18-
"Programming Language :: Python :: 3.11"
18+
"Programming Language :: Python :: 3.11",
19+
"Programming Language :: Python :: 3.12"
1920
]
2021
repository = "https://github.com/numaproj/numaflow-python"
2122

0 commit comments

Comments
 (0)