Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wrrulosdev committed Jul 30, 2024
1 parent 20e864e commit 574dbe1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<h1 align="center"> 🧨 MCPTool v1.0.9
<h1 align="center"> 🧨 MCPTool v1.1.0
<h3 align="center"> Pentesting tool for Minecraft </h2>
<img align="center" src="https://i.imgur.com/GqkwN7v.png" alt="MCPTool" title="MCPTool" style="max-width: 100%; height: auto;">

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mcptool",
"version": "1.0.9",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down Expand Up @@ -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"]
mcptool = "mcptool.__main__:main"

0 comments on commit 574dbe1

Please sign in to comment.