Skip to content

Commit 759f164

Browse files
committed
fix: release new beta
1 parent 55b46a1 commit 759f164

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/bolt/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords = [
2121
requires-python = ">=3.14"
2222
dependencies = [
2323
"beet>=0.113.0b9",
24-
"mecha>=0.101.0",
24+
"mecha>=0.102.0b1",
2525
]
2626

2727
[project.urls]

packages/mecha/pyproject.toml

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

55
[project]
66
name = "mecha"
7-
version = "0.101.0"
7+
version = "0.102.0b1"
88
description = "A powerful Minecraft command library"
99
authors = [{ name = "Valentin Berlier", email = "[email protected]" }]
1010
license = "MIT"

0 commit comments

Comments
 (0)