From 1351fbb9ca654eef87e189e8058471160df96d6f Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Mon, 8 Feb 2016 23:05:28 -0500 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 26f8298..cb0bf6e 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' +__version__ = '0.9.2.1'