From 4b2dfbc9a27d633a1964b93a315bb6c1da4257c0 Mon Sep 17 00:00:00 2001 From: Yu Chin Fabian Lim Date: Thu, 10 Oct 2024 14:46:26 +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 4689ea69..4e6f5873 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.dev' 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 bfd39e62..e4b75c24 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.0.dev' +version = '0.3.1.dev' description = "FMS Acceleration using Fused Operations and Kernels" authors = [ {name = "Fabian Lim", email = "flim@sg.ibm.com"},