From 9724a3d0a4094528b9fe4961c8a7e06357fa0a19 Mon Sep 17 00:00:00 2001 From: Chase <44284917+TotallyNotChase@users.noreply.github.com> Date: Wed, 18 Nov 2020 15:09:49 +0700 Subject: [PATCH] Update to 1.0.1 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7cff58..738ef03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -135,3 +135,7 @@ * Cleanup the codebase using fstrings * Add FULL **typing support** for providing a better experience to library users * Fix undefined variable in `glitch_gif` + +## Version 1.0.1 +* Add better error message when `frame['duration']` in `glitch_gif` (from `glitch_this.py`) raises a key error + Suggested by [#32](https://github.com/TotallyNotChase/glitch-this/issues/32) diff --git a/setup.py b/setup.py index 55029dd..563d316 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='glitch_this', - version='1.0.0', + version='1.0.1', author='TotallyNotChase', author_email='totallynotchase42@gmail.com', description='A package to glitch images and GIFs, with highly customizable options!',