diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8d70f4f..f28cab4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Some Caveats Up Front: * Feedback may take time * Merges may take time -**--> The current release branch is [1.0.5](https://github.com/chriskiehl/Gooey/tree/1.0.5-release) <--**. All PRs should be opened against this branch. +**--> The current release branch is [1.0.6](https://github.com/chriskiehl/Gooey/tree/1.0.6-release) <--**. All PRs should be opened against this branch. ### Getting Started: diff --git a/gooey/__init__.py b/gooey/__init__.py index bd84683..67eaf47 100644 --- a/gooey/__init__.py +++ b/gooey/__init__.py @@ -3,4 +3,4 @@ from gooey.python_bindings.gooey_decorator import Gooey from gooey.python_bindings.gooey_parser import GooeyParser from gooey.gui.util.freeze import localResourcePath as local_resource_path from gooey.python_bindings import constants -__version__ = '1.0.4' +__version__ = '1.0.5' diff --git a/setup.py b/setup.py index 7bac161..9072549 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages with open('README.md') as readme: long_description = readme.read() -version = '1.0.4' +version = '1.0.5' deps = [ 'Pillow>=4.3.0',