From b509cb873565a9b970f11966c6d102bd7faec5da Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Sat, 22 Jun 2024 14:02:20 -0700 Subject: [PATCH] v3.0.0-beta3 --- takproto/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/takproto/__init__.py b/takproto/__init__.py index dcbb24a..a8deeda 100644 --- a/takproto/__init__.py +++ b/takproto/__init__.py @@ -25,7 +25,7 @@ """TAKProto: Encode & Decode TAK Protocol Payloads using Python.""" -__version__ = "3.0.0-beta2" +__version__ = "3.0.0-beta3" # COMPAT Python 3.6 import work-around. try: