From a02f72751ad320875f445c6bce67e1c72edc27f5 Mon Sep 17 00:00:00 2001 From: MyCatCondo <54560788+MyCatCondo@users.noreply.github.com> Date: Thu, 17 Dec 2020 09:29:25 -0600 Subject: [PATCH] fixed version number being incorrect --- glitch_this/glitch_this.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glitch_this/glitch_this.py b/glitch_this/glitch_this.py index 1982c24..179e625 100644 --- a/glitch_this/glitch_this.py +++ b/glitch_this/glitch_this.py @@ -11,7 +11,7 @@ class ImageGlitcher: # Handles Image/GIF Glitching Operations - __version__ = '1.0.0' + __version__ = '1.0.1' def __init__(self): # Setting up global variables needed for glitching