We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5a46bb commit 1ef6053Copy full SHA for 1ef6053
pynumaflow/info/types.py
@@ -13,7 +13,7 @@
13
14
# Constants for using in the info-server
15
# Specify the minimum Numaflow version required by the current SDK version
16
-MINIMUM_NUMAFLOW_VERSION = "1.2.0-rc4"
+MINIMUM_NUMAFLOW_VERSION = "1.3.0-rc1"
17
# Need to keep consistent with all SDKs and client
18
EOF = "U+005C__END__"
19
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pynumaflow"
3
-version = "0.7.3"
+version = "0.8.0"
4
description = "Provides the interfaces of writing Python User Defined Functions and Sinks for NumaFlow."
5
authors = ["NumaFlow Developers"]
6
readme = "README.md"
0 commit comments