From cd010c81cac61496c10bc7f5ec6a5b52b892fcde Mon Sep 17 00:00:00 2001 From: Markiian Benovskyi <2558086+MarkusBansky@users.noreply.github.com> Date: Wed, 5 Jun 2024 15:20:22 +0100 Subject: [PATCH] Release version 0.0.2 --- src/rpi_sx1280/__about__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rpi_sx1280/__about__.py b/src/rpi_sx1280/__about__.py index 901e511..bc4ffb3 100644 --- a/src/rpi_sx1280/__about__.py +++ b/src/rpi_sx1280/__about__.py @@ -1 +1 @@ -VERSION = "0.0.1" +VERSION = "0.0.2"