diff --git a/setup.py b/setup.py index 8b90616..4993bdf 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ EMAIL = "dont@email.me" AUTHOR = "Zach Vorhies" REQUIRES_PYTHON = ">=3.10.0" -VERSION = "2.5.0" +VERSION = "2.6.0" # The text of the README file with open(os.path.join(HERE, "README.md"), encoding="utf-8", mode="r") as fd: