From 5f75e0c12e11c01a8cea5fa899f601db9fa52d66 Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Fri, 20 Oct 2017 17:20:35 -0700 Subject: [PATCH] version bump --- 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 57f0af8..666ee21 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.5.1' +__version__ = '0.9.5.2' diff --git a/version.txt b/version.txt index 9428c6c..2d8794b 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.9.5.1 +0.9.5.2