Skip to content

Commit b5eaf09

Browse files
committed
bump version for release
1 parent 835c23c commit b5eaf09

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
@@ -5,4 +5,4 @@
55
from gooey.python_bindings import constants
66
from gooey.gui.components.filtering.prefix_filter import PrefixTokenizers
77
from gooey.gui.components.options import options
8-
__version__ = '1.0.6'
8+
__version__ = '1.0.7'

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.6'
9+
version = '1.0.7'
1010

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

0 commit comments

Comments
 (0)