From eae178226b29303742ae12f3102591b1bb69967d Mon Sep 17 00:00:00 2001 From: Izar Tarandach Date: Fri, 21 Jun 2024 09:03:41 -0400 Subject: [PATCH] Update setup.py Sync'ing with pypi version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d2d57ee..77b2047 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pytm", - version="1.3.0", + version="1.3.1", packages=["pytm"], description="A Python-based framework for threat modeling.", long_description=long_description,