Skip to content

Commit 041d294

Browse files
committed
chore: bump version to 0.3.1
1 parent 9db504b commit 041d294

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = "redis-mcp-server"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "Redis MCP Server - Model Context Protocol server for Redis"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.3.0.alpha"
1+
__version__ = "0.3.1"

0 commit comments

Comments
 (0)