Skip to content

Commit fb3a930

Browse files
committed
Bump version to 0.1.5
1 parent d99eabe commit fb3a930

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "minecode-mcp"
7-
version = "0.1.4"
7+
version = "0.1.5"
88
description = "MCP Server for Minecraft datapack development with wiki, Spyglass, Misode, and Mojira integrations"
99
readme = "readme.md"
1010
license = "MIT"
@@ -20,13 +20,13 @@ classifiers = [
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
23-
"Topic :: Games/Entertainment",
23+
"Topic :: Games/Entertainment"
2424
]
2525
requires-python = ">=3.10"
2626
dependencies = [
2727
"mcp>=1.25.0",
2828
"requests>=2.31.0",
29-
"beautifulsoup4>=4.12.0",
29+
"beautifulsoup4>=4.12.0"
3030
]
3131

3232
[project.urls]
@@ -50,3 +50,4 @@ include = [
5050

5151

5252

53+

0 commit comments

Comments
 (0)