Skip to content

Commit d850be2

Browse files
committed
Bump version to 1.1.0
- Cross-platform Slate screenshot (removed Win32 dependency) - Removed legacy MCP/ folder - Updated README, CONTRIBUTING, CI - Published to PyPI as unrealmcp 1.1.0
1 parent 92a2e95 commit d850be2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "unrealmcp"
7-
version = "1.0.0"
7+
version = "1.1.0"
88
description = "MCP (Model Context Protocol) bridge for Unreal Engine 5 — lets AI assistants control the UE5 editor"
99
readme = "README.md"
1010
license = "MIT"

unrealmcp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"command": "unrealmcp"
99
"""
1010

11-
__version__ = "1.0.0"
11+
__version__ = "1.1.0"
1212

1313

1414
def main():

0 commit comments

Comments
 (0)