Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-salassi authored Aug 25, 2020
1 parent ece2740 commit 2051b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="materialize-threats",
version="1.0.3",
version="1.0.4",
author="Jacob Salassi",
author_email="[email protected]",
description="Analyze draw.io data flow diagrams for STRIDE threat classes",
Expand All @@ -27,4 +27,4 @@
entry_points = {
'console_scripts': ['materialize-threats=materialize_threats.materialize:ThreatMaterializer.materialize'],
}
)
)

0 comments on commit 2051b15

Please sign in to comment.