From a6daa607aa97182d9ec664d15fa70426fc0228b7 Mon Sep 17 00:00:00 2001 From: Roberto Rodriguez Date: Wed, 12 Apr 2023 21:33:19 -0400 Subject: [PATCH] Updated Setup version to 0.3.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4a29bda..e688ba4 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( name="attackcti", - version="0.3.8", + version="0.3.9", author="Roberto Rodriguez", description="MITRE ATTACK CTI Python Libary", long_description=long_description,