From c2a7f381242a041083f3d26f0d371ff8f0a585b7 Mon Sep 17 00:00:00 2001 From: Greg Albrecht Date: Fri, 30 Aug 2024 16:42:11 -0700 Subject: [PATCH] Patch version bump 7.0.1 -> 7.0.2 --- pytak/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytak/__init__.py b/pytak/__init__.py index 1b18728..3283c87 100644 --- a/pytak/__init__.py +++ b/pytak/__init__.py @@ -17,7 +17,7 @@ """Python Team Awareness Kit (PyTAK) Module.""" -__version__ = "7.0.1" +__version__ = "7.0.2" from .constants import ( # NOQA LOG_LEVEL,