From fe37363ab58cc38fd6a1c1c91f5ed7e726b5caa2 Mon Sep 17 00:00:00 2001 From: torlando-tech Date: Sat, 8 Nov 2025 00:30:49 -0500 Subject: [PATCH] chore: Bump version to 0.2.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update version to align with BLE Protocol v2.2 implementation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7949d48..9dad4e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ble-reticulum" -version = "0.1.0" +version = "0.2.2" description = "Bluetooth Low Energy (BLE) interface for Reticulum Network Stack" readme = "README.md" requires-python = ">=3.8"