From 5b70625eaabba8ed85bb271f32c6c955513e1ef2 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 4 Sep 2024 13:55:18 +0200 Subject: [PATCH] 0.46.04 --- changedetectionio/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 1872a520311..ca262be7551 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -2,7 +2,7 @@ # Read more https://github.com/dgtlmoon/changedetection.io/wiki -__version__ = '0.46.03' +__version__ = '0.46.04' from changedetectionio.strtobool import strtobool from json.decoder import JSONDecodeError