Skip to content

Commit

Permalink
Bump defendatron version
Browse files Browse the repository at this point in the history
  • Loading branch information
w4ffl35 committed Aug 25, 2024
1 parent 8cf9888 commit b73fd9a
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.10",
version="0.1.11",
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.8",
"defendatron==0.1.9",
],
dependency_links=[
],
Expand Down

0 comments on commit b73fd9a

Please sign in to comment.