From 28b753379cbc8d7f62b81ae284231b74dbde5d80 Mon Sep 17 00:00:00 2001 From: Yan Date: Wed, 27 Nov 2024 19:09:40 -0700 Subject: [PATCH] bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abeac98..0bc1c96 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="pwnshop", - version="6.7", + version="7.0", python_requires=">=3.8", packages=packages, install_requires=["jinja2==3.0.3", "nbconvert==6.4.4", "asteval", "pyastyle", "pwntools", "pyyaml", "docker", "ezmp"],