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 c8296b7 commit a6e3077Copy full SHA for a6e3077
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'
+__version__ = '1.0.3.1'
setup.py
@@ -6,7 +6,7 @@
6
with open('README.md') as readme:
7
long_description = readme.read()
8
9
-version = '1.0.3'
+version = '1.0.3.1'
10
11
deps = [
12
'Pillow>=4.3.0',
@@ -15,7 +15,7 @@
15
]
16
17
if sys.version[0] == '3':
18
- deps.append('wxpython>=4.0.2')
+ deps.append('wxpython==4.0.7')
19
20
21
setup(
0 commit comments