Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Chin Fabian Lim <[email protected]>
  • Loading branch information
fabianlim committed Jan 2, 2025
1 parent 127b6ce commit 83ae096
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
- if: steps.changes.outputs.plugins == 'true'
name: "Upload to PyPI"
uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: plugins/${{ matrix.plugin_name }}/dist
2 changes: 1 addition & 1 deletion plugins/accelerated-moe/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "fms-acceleration-moe"
version = '0.0.1'
version = '0.1.0.dev'
description = "FMS Acceleration Plugin for Mixture-of-Experts"
authors = [
{name = "Fabian Lim", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion plugins/accelerated-peft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "fms-acceleration-peft"
version = '0.3.4.dev'
version = '0.3.5.dev'
description = "FMS Acceleration for PeFT"
authors = [
{name = "Fabian Lim", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion plugins/framework/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "fms-acceleration"
version = '0.4.0.dev'
version = '0.5.0.dev'
description = "FMS Acceleration Plugin Framework"
authors = [
{name = "Fabian Lim", email = "[email protected]"},
Expand Down
2 changes: 1 addition & 1 deletion plugins/fused-ops-and-kernels/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "fms-acceleration-foak"
version = '0.3.3.dev'
version = '0.4.0.dev'
description = "FMS Acceleration using Fused Operations and Kernels"
authors = [
{name = "Fabian Lim", email = "[email protected]"},
Expand Down

0 comments on commit 83ae096

Please sign in to comment.