From 884f6c1db8e1d40048eac3ceeee1383b287890fb Mon Sep 17 00:00:00 2001 From: Volt23 Date: Tue, 15 Apr 2025 18:13:30 +0200 Subject: [PATCH] updated pypi version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a23010d..e474d66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mcp-arduino-server" -version = "0.1.1" # Start with an initial version +version = "0.1.2" # Start with an initial version authors = [ { name="Your Name", email="your.email@example.com" }, ]