From 7dea4aef52a5d7fadd148f65ceaeabee2d7dd65b Mon Sep 17 00:00:00 2001 From: Smittix Date: Mon, 23 Feb 2026 20:27:35 +0000 Subject: [PATCH] chore: bump pyproject.toml version to 2.22.2 Was missed during previous 2.22.x release bumps. Co-Authored-By: Claude Sonnet 4.6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e1229b3..3ad4fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "intercept" -version = "2.21.1" +version = "2.22.2" description = "Signal Intelligence Platform - Pager/433MHz/ADS-B/Satellite/WiFi/Bluetooth" readme = "README.md" requires-python = ">=3.9"