From 55af1c09002f6adf035c7e8baf58c72eecc9178e Mon Sep 17 00:00:00 2001 From: Ian Hellen Date: Fri, 16 Oct 2020 13:03:53 -0700 Subject: [PATCH] Update _version.py to 0.8.6 Publish version with vt as extra --- msticpy/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/msticpy/_version.py b/msticpy/_version.py index b651b35ed..bc3d94dd6 100644 --- a/msticpy/_version.py +++ b/msticpy/_version.py @@ -1,2 +1,2 @@ """Version file.""" -VERSION = "0.8.5-extras-fix" +VERSION = "0.8.6"