From 20d9178159ecb1c0d5b3af635d7f2e9c127ea351 Mon Sep 17 00:00:00 2001 From: Smittix Date: Mon, 5 Jan 2026 21:21:33 +0000 Subject: [PATCH] Bump version to 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- config.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 1fa1ed0..d736955 100644 --- a/config.py +++ b/config.py @@ -7,7 +7,7 @@ import os import sys # Application version -VERSION = "1.1.0" +VERSION = "1.2.0" def _get_env(key: str, default: str) -> str: diff --git a/pyproject.toml b/pyproject.toml index b91740d..410e477 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "intercept" -version = "1.1.0" +version = "1.2.0" description = "Signal Intelligence Platform - Pager/433MHz/ADS-B/Satellite/WiFi/Bluetooth" readme = "README.md" requires-python = ">=3.9"