Skip to content

Commit ecce40d

Browse files
committed
version bump
1 parent c7de1a2 commit ecce40d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gooey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from gooey.python_bindings.gooey_decorator import Gooey
33
from gooey.python_bindings.gooey_parser import GooeyParser
44
from gooey.gui.util.freeze import localResourcePath as local_resource_path
5-
__version__ = '1.0.3.1'
5+
__version__ = '1.0.4'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with open('README.md') as readme:
77
long_description = readme.read()
88

9-
version = '1.0.3.1'
9+
version = '1.0.4'
1010

1111
deps = [
1212
'Pillow>=4.3.0',

0 commit comments

Comments
 (0)