Bump version to 2026.02.22 for initial PyPI release

Adds Starlight docs site and MCP HTTP transport support.
This commit is contained in:
Ryan Malloy 2026-02-23 03:58:52 -07:00
parent 4a358050f0
commit 962ee2e0e0
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[project]
name = "mcnoaa-tides"
version = "2026.02.21"
version = "2026.02.22"
description = "FastMCP server for NOAA CO-OPS Tides and Currents API"
authors = [{ name = "Ryan Malloy", email = "ryan@supported.systems" }]
requires-python = ">=3.12"

2
uv.lock generated
View File

@ -769,7 +769,7 @@ wheels = [
[[package]]
name = "mcnoaa-tides"
version = "2026.2.21"
version = "2026.2.22"
source = { editable = "." }
dependencies = [
{ name = "fastmcp" },