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 835c23c commit b5eaf09Copy full SHA for b5eaf09
gooey/__init__.py
@@ -5,4 +5,4 @@
5
from gooey.python_bindings import constants
6
from gooey.gui.components.filtering.prefix_filter import PrefixTokenizers
7
from gooey.gui.components.options import options
8
-__version__ = '1.0.6'
+__version__ = '1.0.7'
setup.py
@@ -6,7 +6,7 @@
with open('README.md') as readme:
long_description = readme.read()
9
-version = '1.0.6'
+version = '1.0.7'
10
11
deps = [
12
'Pillow>=4.3.0',
0 commit comments