diff --git a/setup.py b/setup.py index adc3ac9..0e82b4e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="pwnshop", - version="6.5", + version="6.6", python_requires=">=3.8", packages=packages, install_requires=["jinja2==3.0.3", "nbconvert==6.4.4", "asteval", "pyastyle", "pwntools", "pyyaml", "docker", "ezmp"],