diff --git a/setup.py b/setup.py index a16cc2d..636b6f7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="pwnshop", - version="4.0", + version="5.0", python_requires=">=3.8", packages=packages, install_requires=["jinja2==3.0.3", "nbconvert==6.4.4", "asteval", "pyastyle", "pwntools", "ezmp", "docker"],