diff --git a/setup.py b/setup.py index 94c48d5979..edc472e2f5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ MIN_PY_VERSION = "3.10" PACKAGES = find_packages(exclude=["tests", "tests.*"]) -VERSION = "51" +VERSION = "52" setup( name="aiounifi",