From fc27433eefe6129a78d9928d0c298f0de96b44ec Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Mon, 16 Oct 2017 20:10:49 -0700 Subject: [PATCH] bump version --- gooey/__init__.py | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gooey/__init__.py b/gooey/__init__.py index 87c0016..75338b6 100644 --- a/gooey/__init__.py +++ b/gooey/__init__.py @@ -2,4 +2,4 @@ import os from gooey.python_bindings.gooey_decorator import Gooey from gooey.python_bindings.gooey_parser import GooeyParser -__version__ = '0.9.4' +__version__ = '0.9.5' diff --git a/version.txt b/version.txt index dc7d7f3..ce0ab66 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.9.4 +0.9.5