From b237ec68f04c991bc3aa0c27d6c91b96d840b437 Mon Sep 17 00:00:00 2001 From: Vigith Maurice Date: Thu, 21 Nov 2024 09:08:58 -0800 Subject: [PATCH] chore: bump up version to 0.2.1 (#107) Signed-off-by: Vigith Maurice --- numaflow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numaflow/Cargo.toml b/numaflow/Cargo.toml index 3cb8285..d0ab60c 100644 --- a/numaflow/Cargo.toml +++ b/numaflow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "numaflow" -version = "0.2.0" +version = "0.2.1" edition = "2021" rust-version = "1.80" description = "Rust SDK for Numaflow"