diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 73c60bbf..87a583ab 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -37,7 +37,7 @@ from flask import ( from flask_login import login_required from changedetectionio import html_tools -__version__ = '0.39.8' +__version__ = '0.39.9' datastore = None