Skip to content

Commit e0d838c

Browse files
Update pyproject.toml
Make this reflects the version I want to release 0.1.1
1 parent e5ef754 commit e0d838c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mysql_mcp_server"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "A Model Context Protocol (MCP) server that enables secure interaction with MySQL databases. This server allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured."
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -17,4 +17,4 @@ requires = ["hatchling"]
1717
build-backend = "hatchling.build"
1818

1919
[project.scripts]
20-
mysql_mcp_server = "mysql_mcp_server:main"
20+
mysql_mcp_server = "mysql_mcp_server:main"

0 commit comments

Comments
 (0)