From 843ad64e2d217040d803659b176e4fd4447151ed Mon Sep 17 00:00:00 2001 From: Volt23 Date: Wed, 16 Apr 2025 08:57:27 +0200 Subject: [PATCH] new pypi version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cffdb9e..74d0200 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mcp-arduino-server" -version = "0.1.3" # Start with an initial version +version = "0.1.4" # Start with an initial version authors = [ { name="Your Name", email="your.email@example.com" }, ]