From 2d70dfb2d2ece44fd0d27d08e8aaf2ea83ed546c Mon Sep 17 00:00:00 2001 From: Vigith Maurice Date: Thu, 21 Nov 2024 09:04:47 -0800 Subject: [PATCH] chore: bump up version to 0.2.1 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"