From 90d266898c7c116f23625b25b2bd2c475b22005d Mon Sep 17 00:00:00 2001 From: Chris Date: Mon, 21 Aug 2017 19:31:35 -0700 Subject: [PATCH] Fixing version --- gooey/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gooey/__init__.py b/gooey/__init__.py index ba02ef1..6541d70 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.5' +__version__ = '0.9.3'