Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskiehl committed Jun 21, 2020
1 parent c7de1a2 commit ecce40d
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 @@ -2,4 +2,4 @@
from gooey.python_bindings.gooey_decorator import Gooey
from gooey.python_bindings.gooey_parser import GooeyParser
from gooey.gui.util.freeze import localResourcePath as local_resource_path
__version__ = '1.0.3.1'
__version__ = '1.0.4'
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.3.1'
version = '1.0.4'

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

0 comments on commit ecce40d

Please sign in to comment.