From 03ab7834377732e4f14a38f52dbfaa1c76eb1d6d Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Wed, 24 Mar 2021 16:37:37 +0100 Subject: [PATCH] fix indent in over.file.filelist --- over/file.py | 4 ++-- over/version.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/over/file.py b/over/file.py index 98b7a5d..634e673 100644 --- a/over/file.py +++ b/over/file.py @@ -67,5 +67,5 @@ def filelist(d): for root, directories, filenames in os.walk(d): for filename in filenames: files.append(os.path.join(root, filename)) - - return files + + return files diff --git a/over/version.py b/over/version.py index 61bd81d..48f57bf 100644 --- a/over/version.py +++ b/over/version.py @@ -4,5 +4,5 @@ major = 2 # VERSION_MAJOR_IDENTIFIER minor = 2 # VERSION_MINOR_IDENTIFIER # VERSION_LAST_MM 2.2 -patch = 0 # VERSION_PATCH_IDENTIFIER -str = "2.2.0" # VERSION_STRING_IDENTIFIER +patch = 1 # VERSION_PATCH_IDENTIFIER +str = "2.2.1" # VERSION_STRING_IDENTIFIER