Skip to content

Commit

Permalink
Update defendatron
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ffl35 committed May 9, 2024
1 parent b9b750b commit 8cf9888
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="facehuggershield",
version="0.1.9",
version="0.1.10",
author="Capsize LLC",
description="",
long_description=open("README.md", "r", encoding="utf-8").read(),
Expand All @@ -15,7 +15,7 @@
packages=find_packages("src"),
python_requires=">=3.10.0",
install_requires=[
"defendatron==0.1.7",
"defendatron==0.1.8",
],
dependency_links=[
],
Expand Down

0 comments on commit 8cf9888

Please sign in to comment.