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"