Skip to content

Commit

Permalink
Update to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyNotChase committed Nov 18, 2020
1 parent cfc0077 commit 9724a3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='glitch_this',
version='1.0.0',
version='1.0.1',
author='TotallyNotChase',
author_email='[email protected]',
description='A package to glitch images and GIFs, with highly customizable options!',
Expand Down

0 comments on commit 9724a3d

Please sign in to comment.