Skip to content

Commit 3767a2d

Browse files
committed
0.51.1 Fixing semver version number
1 parent 71c8d8b commit 3767a2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

changedetectionio/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env python3
22

33
# Read more https://github.com/dgtlmoon/changedetection.io/wiki
4-
5-
__version__ = '0.51.01'
4+
# Semver means never use .01, or 00. Should be .1.
5+
__version__ = '0.51.1'
66

77
from changedetectionio.strtobool import strtobool
88
from json.decoder import JSONDecodeError

0 commit comments

Comments
 (0)