From 7723da291e9febbdcd09aee4dd845d98a63ee375 Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Sat, 22 Jun 2024 14:20:55 -0700 Subject: [PATCH] v3.0.0-beta5 --- takproto/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/takproto/__init__.py b/takproto/__init__.py index b14ecd1..f597898 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-beta4" +__version__ = "3.0.0-beta5" # COMPAT Python 3.6 import work-around. try: