We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b46a1 commit 759f164Copy full SHA for 759f164
packages/bolt/pyproject.toml
@@ -21,7 +21,7 @@ keywords = [
21
requires-python = ">=3.14"
22
dependencies = [
23
"beet>=0.113.0b9",
24
- "mecha>=0.101.0",
+ "mecha>=0.102.0b1",
25
]
26
27
[project.urls]
packages/mecha/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "uv_build"
4
5
[project]
6
name = "mecha"
7
-version = "0.101.0"
+version = "0.102.0b1"
8
description = "A powerful Minecraft command library"
9
authors = [{ name = "Valentin Berlier", email = "[email protected]" }]
10
license = "MIT"
0 commit comments