From 08c75ff43a883ed5589f9373eb1158a91533733d Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Wed, 27 Mar 2024 10:25:48 -0700 Subject: [PATCH] trying the ubuntu-22.04 runner --- dronecot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dronecot/__init__.py b/dronecot/__init__.py index 48b587d..ebc3549 100644 --- a/dronecot/__init__.py +++ b/dronecot/__init__.py @@ -21,7 +21,7 @@ :source: """ -__version__ = "1.0.0-beta3" +__version__ = "1.0.0-beta4" __author__ = "Greg Albrecht " __copyright__ = "Copyright Sensors & Signals LLC https://www.snstac.com" __license__ = "Apache License, Version 2.0"