From 6106272975fc97f6b6c39954281ee562204bf2dc Mon Sep 17 00:00:00 2001 From: Chris Date: Sat, 19 Dec 2020 17:36:47 -0800 Subject: [PATCH] bump versions --- gooey/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gooey/__init__.py b/gooey/__init__.py index ea56d92..4c3cfd6 100644 --- a/gooey/__init__.py +++ b/gooey/__init__.py @@ -5,4 +5,4 @@ from gooey.gui.util.freeze import localResourcePath as local_resource_path from gooey.python_bindings import constants from gooey.gui.components.filtering.prefix_filter import PrefixTokenizers from gooey.gui.components.options import options -__version__ = '1.0.7' +__version__ = '1.0.8' diff --git a/setup.py b/setup.py index d94a3c7..9d9dd0e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages with open('README.md') as readme: long_description = readme.read() -version = '1.0.7' +version = '1.0.8' deps = [ 'Pillow>=4.3.0',