Skip to content

Commit

Permalink
Merge pull request #33 from MyCatCondo/patch-1
Browse files Browse the repository at this point in the history
fixed version number being incorrect
  • Loading branch information
TotallyNotChase committed Dec 17, 2020
2 parents 9724a3d + a02f727 commit fe17be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glitch_this/glitch_this.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe17be9

Please sign in to comment.