From 4edab60cf93249df355477f4175de7eb2e13307e Mon Sep 17 00:00:00 2001 From: Yu Chin Fabian Lim Date: Thu, 31 Oct 2024 22:19:46 +0800 Subject: [PATCH] bump versions 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 882c4436..5d2553bc 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.3.dev' +version = '0.3.4' 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 bb787fcb..175982d1 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.2.dev' +version = '0.3.3' description = "FMS Acceleration using Fused Operations and Kernels" authors = [ {name = "Fabian Lim", email = "flim@sg.ibm.com"},