Skip to content

Commit 2b6a4fe

Browse files
committed
bump version
Signed-off-by: Mehant Kammakomati <[email protected]>
1 parent fbf12cb commit 2b6a4fe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/accelerated-moe/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fms-acceleration-moe"
7-
version = '0.4.0.dev'
7+
version = '0.4.1'
88
description = "FMS Acceleration Plugin for Mixture-of-Experts"
99
authors = [
1010
{name = "Fabian Lim", email = "[email protected]"},

plugins/framework/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fms-acceleration"
7-
version = '0.6.2.dev'
7+
version = '0.6.3'
88
description = "FMS Acceleration Plugin Framework"
99
authors = [
1010
{name = "Fabian Lim", email = "[email protected]"},

plugins/online-data-mixing/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "fms-acceleration-odm"
7-
version = '0.1.0.dev'
7+
version = '0.1.0'
88
description = "FMS Acceleration plugin for online data mixing"
99
authors = [
1010
{name = "Mehant Kammakomati", email = "[email protected]"},

0 commit comments

Comments
 (0)