From e5e4fd872b97cbe64c0537a35d77edb588fc1023 Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Sun, 15 Oct 2017 16:05:10 -0700 Subject: [PATCH] version bump --- gooey/__init__.py | 5 +---- version.txt | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/gooey/__init__.py b/gooey/__init__.py index 6541d70..87c0016 100644 --- a/gooey/__init__.py +++ b/gooey/__init__.py @@ -1,8 +1,5 @@ import os from gooey.python_bindings.gooey_decorator import Gooey from gooey.python_bindings.gooey_parser import GooeyParser -# from gooey.gui import application -version_file = os.path.join(os.path.dirname(__file__), 'version') - -__version__ = '0.9.3' +__version__ = '0.9.4' diff --git a/version.txt b/version.txt index 0bd39b4..dc7d7f3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.9.3 +0.9.4