From e6d135002c98a0d239696b0bc939207a639e3fff Mon Sep 17 00:00:00 2001 From: JacobS <33043272+jacob-salassi@users.noreply.github.com> Date: Sun, 23 Aug 2020 20:18:17 -0700 Subject: [PATCH] First github release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 185439a..c10865d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="materialize-threats", - version="1.0.2", + version="1.0.3", author="Jacob Salassi", author_email="author@example.com", description="Analyze draw.io data flow diagrams for STRIDE threat classes",