From 3804bb642405f397db240077623c6d6b6ae23772 Mon Sep 17 00:00:00 2001 From: Beherith Date: Mon, 6 Nov 2023 14:33:31 +0100 Subject: [PATCH] Update version.py to 5.5 LANCZOS --- src/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/version.py b/src/version.py index 6bac945..14669cd 100644 --- a/src/version.py +++ b/src/version.py @@ -4,11 +4,11 @@ # In case of minor updates or bug-fixes, bump the PATCH # In case of new features which are backwards compatible with the old version, bump the MINOR # In case of breaking changes, bump the MAJOR -__VERSION__ = "0.5.4" +__VERSION__ = "0.5.5" # Update this string to add some notes to the GitHub release. __VERSION_DESC__ = """ - - Fix Compressonator CLI arguments to produce appropriately-sized files + - Fix Image.LANCZOS """ if __name__ == "__main__":