From 2afdfb534b208c21a659eb512f5e11674aa97410 Mon Sep 17 00:00:00 2001 From: Mark Jessop Date: Thu, 20 Jun 2024 18:18:56 +0930 Subject: [PATCH] Update version prior to release --- auto_rx/autorx/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto_rx/autorx/__init__.py b/auto_rx/autorx/__init__.py index 5dee6df..ed9f0fa 100644 --- a/auto_rx/autorx/__init__.py +++ b/auto_rx/autorx/__init__.py @@ -12,7 +12,7 @@ from queue import Queue # MINOR - New sonde type support, other fairly big changes that may result in telemetry or config file incompatability issus. # PATCH - Small changes, or minor feature additions. -__version__ = "1.7.4-beta3" +__version__ = "1.7.4" # Global Variables