Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskiehl committed Dec 20, 2020
1 parent 9f85c3e commit 6106272
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gooey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from gooey.python_bindings import constants
from gooey.gui.components.filtering.prefix_filter import PrefixTokenizers
from gooey.gui.components.options import options
__version__ = '1.0.7'
__version__ = '1.0.8'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open('README.md') as readme:
long_description = readme.read()

version = '1.0.7'
version = '1.0.8'

deps = [
'Pillow>=4.3.0',
Expand Down

0 comments on commit 6106272

Please sign in to comment.