We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7de1a2 commit ecce40dCopy full SHA for ecce40d
gooey/__init__.py
@@ -2,4 +2,4 @@
2
from gooey.python_bindings.gooey_decorator import Gooey
3
from gooey.python_bindings.gooey_parser import GooeyParser
4
from gooey.gui.util.freeze import localResourcePath as local_resource_path
5
-__version__ = '1.0.3.1'
+__version__ = '1.0.4'
setup.py
@@ -6,7 +6,7 @@
6
with open('README.md') as readme:
7
long_description = readme.read()
8
9
-version = '1.0.3.1'
+version = '1.0.4'
10
11
deps = [
12
'Pillow>=4.3.0',
0 commit comments