Skip to content

Commit

Permalink
Update version.py to 5.5 LANCZOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Beherith authored Nov 6, 2023
1 parent 870baa3 commit 3804bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__":
Expand Down

0 comments on commit 3804bb6

Please sign in to comment.