From 333b708c6588aaa46df770137472d03e75580b16 Mon Sep 17 00:00:00 2001 From: anima Date: Fri, 7 Mar 2025 18:41:24 +0100 Subject: [PATCH] fix version --- PiholeAPI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PiholeAPI.py b/PiholeAPI.py index eb7e2bc..9e1e284 100644 --- a/PiholeAPI.py +++ b/PiholeAPI.py @@ -5,7 +5,7 @@ requirements: - pip3 install requests - """ -__version__ = '0.1.0' +__version__ = '0.3.0' __author__ = 'anima' # imports