diff --git a/src/bitrot.py b/src/bitrot.py index f864bd6..dbac3aa 100644 --- a/src/bitrot.py +++ b/src/bitrot.py @@ -42,7 +42,7 @@ import time DEFAULT_CHUNK_SIZE = 16384 DOT_THRESHOLD = 200 -VERSION = (0, 7, 0) +VERSION = (0, 7, 1) IGNORED_FILE_SYSTEM_ERRORS = {errno.ENOENT, errno.EACCES}