diff --git a/README.md b/README.md index 5ff4e45..94b09a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

🧨 MCPTool v1.0.9 +

🧨 MCPTool v1.1.0

Pentesting tool for Minecraft

MCPTool diff --git a/package.json b/package.json index e255be0..bc2ac42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mcptool", - "version": "1.0.9", + "version": "1.1.0", "description": "", "main": "index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 73fcc62..866d27f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "mcptool-py" description = "A tool for Minecraft pentesting" -version = "1.0.9" +version = "1.1.0" readme = "README.md" requires-python = ">=3.6" keywords = ["minecraft", "pentesting", "tool", "security"] @@ -37,7 +37,4 @@ documentation = "https://mcptool.net/docs" repository = "https://github.com/pedroagustinvega/mcptool" [project.scripts] -mcptool = "mcptool.__main__:main" - -[tool.setuptools] -packages = ["mcptool"] \ No newline at end of file +mcptool = "mcptool.__main__:main" \ No newline at end of file