From 0b15409db4a2df7dea9fdd000311b2a943c40a04 Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Sun, 6 Sep 2015 10:06:34 -0400 Subject: [PATCH] Version bump --- gooey/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gooey/__init__.py b/gooey/__init__.py index 0db7065..0a0e372 100644 --- a/gooey/__init__.py +++ b/gooey/__init__.py @@ -5,4 +5,4 @@ from gooey.python_bindings.gooey_parser import GooeyParser version_file = os.path.join(os.path.dirname(__file__), 'version') -__version__ = '0.8.11' +__version__ = '0.8.11.1'