From 573f73c84cbb94401fa177234c2230af0b463835 Mon Sep 17 00:00:00 2001 From: Yan Date: Mon, 2 Dec 2024 04:05:52 -0700 Subject: [PATCH] bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c5c2c7c..40d563b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="pwnshop", - version="7.3", + version="7.4", python_requires=">=3.8", packages=packages, install_requires=["jinja2==3.0.3", "nbconvert==6.4.4", "asteval", "pyastyle", "pwntools", "pyyaml", "docker", "ezmp", "black"],