Skip to content

Commit 58432d3

Browse files
Update pyproject.toml
Set the tag version to the new version (e.g., v0.1.3).
1 parent 8ba5826 commit 58432d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "mysql_mcp_server"
3-
version = "0.1.2"
3+
version = "0.1.3"
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"

0 commit comments

Comments
 (0)