From eb18dc91d072ad7f593706a5e9c212735896e2b2 Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Wed, 13 Jul 2016 20:18:44 -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 ec4f0b5..ba02ef1 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.9.2.4' +__version__ = '0.9.2.5'