Skip to content

Commit f4f2b8b

Browse files
committed
release: update version to 2.0.12
1 parent ee356bf commit f4f2b8b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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 = "elasticsearch-mcp-server"
3-
version = "2.0.11"
3+
version = "2.0.12"
44
description = "MCP Server for interacting with Elasticsearch and OpenSearch"
55
readme = "README.md"
66
requires-python = ">=3.10"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/cr7258/elasticsearch-mcp-server",
88
"source": "github"
99
},
10-
"version": "2.0.11",
10+
"version": "2.0.12",
1111
"packages": [
1212
{
1313
"registry_type": "pypi",
1414
"registry_base_url": "https://pypi.org",
1515
"identifier": "elasticsearch-mcp-server",
16-
"version": "2.0.11",
16+
"version": "2.0.12",
1717
"transport": {
1818
"type": "stdio"
1919
},

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.11"
1+
__version__ = "2.0.12"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)