From 9136798be51156a3296eea887b12fb33a90c2a64 Mon Sep 17 00:00:00 2001 From: Ian Hellen Date: Tue, 15 Aug 2023 09:23:40 -0700 Subject: [PATCH] Update _version.py to 2.7.0 --- msticpy/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msticpy/_version.py b/msticpy/_version.py index 2333c41fe..1c2029a78 100644 --- a/msticpy/_version.py +++ b/msticpy/_version.py @@ -1,2 +1,2 @@ """Version file.""" -VERSION = "2.7.0.pre1" +VERSION = "2.7.0"