diff --git a/changedetectionio/__init__.py b/changedetectionio/__init__.py index c34f453e..524b8cb1 100644 --- a/changedetectionio/__init__.py +++ b/changedetectionio/__init__.py @@ -1,8 +1,8 @@ #!/usr/bin/env python3 # Read more https://github.com/dgtlmoon/changedetection.io/wiki - -__version__ = '0.51.01' +# Semver means never use .01, or 00. Should be .1. +__version__ = '0.51.1' from changedetectionio.strtobool import strtobool from json.decoder import JSONDecodeError