From d413dd464bad157626d4d68f613de60bfdc79c4b Mon Sep 17 00:00:00 2001 From: Ryan Malloy Date: Tue, 17 Feb 2026 20:57:20 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20to=202026.02.18=20=E2=80=94=20re-publish?= =?UTF-8?q?=20with=20PyPI=20README=20rendering?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mcp/pyproject.toml | 2 +- pyproject.toml | 2 +- tui/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mcp/pyproject.toml b/mcp/pyproject.toml index 369c209..1b6a71d 100644 --- a/mcp/pyproject.toml +++ b/mcp/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "mcbirdcage" -version = "2026.02.17" +version = "2026.02.18" description = "MCP server for Winegard satellite dish control via serial" readme = "README.md" license = "MIT" diff --git a/pyproject.toml b/pyproject.toml index 38db9c9..b2b0853 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "winegard-birdcage" -version = "2026.02.17" +version = "2026.02.18" description = "Winegard satellite dish control for amateur radio sky tracking" readme = "README.md" license = "MIT" diff --git a/tui/pyproject.toml b/tui/pyproject.toml index a6a1f9d..f623991 100644 --- a/tui/pyproject.toml +++ b/tui/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "birdcage-tui" -version = "2026.02.17" +version = "2026.02.18" description = "Textual TUI for Winegard satellite dish control and amateur radio sky tracking" readme = "README.md" license = "MIT"