Browse Source

bump versions

1.0.5-release-candidate 1.0.5
Chris 3 years ago
parent
commit
30265e282f
3 changed files with 3 additions and 3 deletions
  1. 2
      CONTRIBUTING.md
  2. 2
      gooey/__init__.py
  3. 2
      setup.py

2
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:

2
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'

2
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',

Loading…
Cancel
Save