Skip to content

Commit

Permalink
Update to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TotallyNotChase committed Mar 1, 2020
1 parent 9554723 commit bed7444
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,6 @@

## Version 0.1.1 - Patch
* Add punctuation to help text

## Version 0.1.2 - Patch
* Fix version name
2 changes: 1 addition & 1 deletion glitch_this/glitch_this.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class ImageGlitcher:
# Handles Image/GIF Glitching Operations

__version__ = '0.1.0'
__version__ = '0.1.2'

def __init__(self):
# Setting up global variables needed for glitching
Expand Down
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='0.1.1',
version='0.1.2',
author='TotallyNotChase',
author_email='44284917+TotallyNotChase@users.noreply.github.com',
description='A package to glitch images and GIFs, with highly customizable options!',
Expand Down

0 comments on commit bed7444

Please sign in to comment.