From d02bf4dfeba2fa334ea8838640d1d4d0fd84e410 Mon Sep 17 00:00:00 2001 From: Yu Chin Fabian Lim Date: Thu, 10 Oct 2024 15:11:28 +0800 Subject: [PATCH] bump version Signed-off-by: Yu Chin Fabian Lim --- plugins/accelerated-peft/pyproject.toml | 2 +- plugins/fused-ops-and-kernels/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/accelerated-peft/pyproject.toml b/plugins/accelerated-peft/pyproject.toml index 4689ea69..786383ae 100644 --- a/plugins/accelerated-peft/pyproject.toml +++ b/plugins/accelerated-peft/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "fms-acceleration-peft" -version = '0.3.0.dev' +version = '0.3.1' description = "FMS Acceleration for PeFT" authors = [ {name = "Fabian Lim", email = "flim@sg.ibm.com"}, diff --git a/plugins/fused-ops-and-kernels/pyproject.toml b/plugins/fused-ops-and-kernels/pyproject.toml index e4b75c24..6c6be8f9 100644 --- a/plugins/fused-ops-and-kernels/pyproject.toml +++ b/plugins/fused-ops-and-kernels/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "fms-acceleration-foak" -version = '0.3.1.dev' +version = '0.3.1' description = "FMS Acceleration using Fused Operations and Kernels" authors = [ {name = "Fabian Lim", email = "flim@sg.ibm.com"},