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