Skip to content

Commit c68759f

Browse files
committed
bump versions
Signed-off-by: Yu Chin Fabian Lim <[email protected]>
1 parent 127b6ce commit c68759f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
5353
- if: steps.changes.outputs.plugins == 'true'
5454
name: "Upload to PyPI"
55-
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
55+
uses: pypa/gh-action-pypi-publish@release/v1
5656
with:
5757
packages-dir: plugins/${{ matrix.plugin_name }}/dist

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.0.1'
7+
version = '0.1.0'
88
description = "FMS Acceleration Plugin for Mixture-of-Experts"
99
authors = [
1010
{name = "Fabian Lim", email = "[email protected]"},

plugins/accelerated-peft/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-peft"
7-
version = '0.3.4.dev'
7+
version = '0.3.5'
88
description = "FMS Acceleration for PeFT"
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.4.0.dev'
7+
version = '0.5.0'
88
description = "FMS Acceleration Plugin Framework"
99
authors = [
1010
{name = "Fabian Lim", email = "[email protected]"},

plugins/fused-ops-and-kernels/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-foak"
7-
version = '0.3.3.dev'
7+
version = '0.4.0'
88
description = "FMS Acceleration using Fused Operations and Kernels"
99
authors = [
1010
{name = "Fabian Lim", email = "[email protected]"},

0 commit comments

Comments
 (0)