Fixing Pip install problem - Update MANIFEST to include model/ subdir, improving imports (#593)

This commit is contained in:
dgtlmoon
2022-05-10 22:45:08 +02:00
committed by GitHub
parent 0e385b1c22
commit 034507f14f
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ from flask_wtf import CSRFProtect
from changedetectionio import html_tools
__version__ = '0.39.13'
__version__ = '0.39.13.1'
datastore = None