We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9db504b commit 041d294Copy full SHA for 041d294
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "redis-mcp-server"
3
-version = "0.3.0"
+version = "0.3.1"
4
description = "Redis MCP Server - Model Context Protocol server for Redis"
5
readme = "README.md"
6
requires-python = ">=3.10"
src/version.py
@@ -1 +1 @@
-__version__ = "0.3.0.alpha"
+__version__ = "0.3.1"
0 commit comments