Skip to content

Commit cad1abc

Browse files
committed
release: bump version to 0.3.3
1 parent 7cf6604 commit cad1abc

File tree

3 files changed

+1355
-802
lines changed

3 files changed

+1355
-802
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.1"
3+
version = "0.3.3"
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.1"
1+
__version__ = "0.3.3"

0 commit comments

Comments
 (0)