diff --git a/MANIFEST.in b/MANIFEST.in index f6e723b5..7c9e1d74 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,9 +1,10 @@ recursive-include changedetectionio/api * -recursive-include changedetectionio/templates * -recursive-include changedetectionio/static * +recursive-include changedetectionio/blueprint * recursive-include changedetectionio/model * -recursive-include changedetectionio/tests * recursive-include changedetectionio/res * +recursive-include changedetectionio/static * +recursive-include changedetectionio/templates * +recursive-include changedetectionio/tests * prune changedetectionio/static/package-lock.json prune changedetectionio/static/styles/node_modules prune changedetectionio/static/styles/package-lock.json diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index 1b2753b3..ff7a1735 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -35,7 +35,7 @@ from flask_wtf import CSRFProtect from changedetectionio import html_tools from changedetectionio.api import api_v1 -__version__ = '0.40.0' +__version__ = '0.40.0.1' datastore = None