diff --git a/setup.py b/setup.py index 46d827e..c40aefd 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="facehuggershield", - version="0.1.10", + version="0.1.11", author="Capsize LLC", description="", long_description=open("README.md", "r", encoding="utf-8").read(), @@ -15,7 +15,7 @@ packages=find_packages("src"), python_requires=">=3.10.0", install_requires=[ - "defendatron==0.1.8", + "defendatron==0.1.9", ], dependency_links=[ ],