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