From 5ca5d61872138284c6abaa052e09f47eb4c7a513 Mon Sep 17 00:00:00 2001 From: Yan Date: Wed, 11 Dec 2024 20:02:31 -0700 Subject: [PATCH] bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c280036..7da2a79 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="pwnshop", - version="7.6", + version="7.7", python_requires=">=3.8", packages=packages, install_requires=["jinja2==3.0.3", "nbconvert==6.4.4", "asteval", "pyastyle", "pwntools", "pyyaml", "docker", "ezmp", "black"],