Skip to content

Commit 1ef6053

Browse files
authored
chore: bump release version (#187)
Signed-off-by: Keran Yang <[email protected]>
1 parent c5a46bb commit 1ef6053

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pynumaflow/info/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
# Constants for using in the info-server
1515
# Specify the minimum Numaflow version required by the current SDK version
16-
MINIMUM_NUMAFLOW_VERSION = "1.2.0-rc4"
16+
MINIMUM_NUMAFLOW_VERSION = "1.3.0-rc1"
1717
# Need to keep consistent with all SDKs and client
1818
EOF = "U+005C__END__"
1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pynumaflow"
3-
version = "0.7.3"
3+
version = "0.8.0"
44
description = "Provides the interfaces of writing Python User Defined Functions and Sinks for NumaFlow."
55
authors = ["NumaFlow Developers"]
66
readme = "README.md"

0 commit comments

Comments
 (0)