version update

main
Justin Barnett 2025-03-31 21:17:35 -04:00
parent be8ef69b89
commit 9c8ac7a2aa
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "unity-mcp"
version = "0.1.0"
version = "1.0.1"
description = "Unity MCP Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
readme = "README.md"
requires-python = ">=3.12"

View File

@ -1,6 +1,6 @@
{
"name": "com.justinpbarnett.unity-mcp",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Unity MCP",
"description": "A Unity package to communicate with a local MCP Client via a Python server.",
"unity": "2020.3",