From 574dbe1681e2c0687fc34dc37852c7b8a2d2da27 Mon Sep 17 00:00:00 2001 From: Pedro Agustin Vega Date: Mon, 29 Jul 2024 23:33:21 -0300 Subject: [PATCH] 1.1.0 --- README.md | 2 +- package.json | 2 +- pyproject.toml | 7 ++----- 3 files changed, 4 insertions(+), 7 deletions(-) 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