Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskiehl committed Nov 8, 2020
1 parent a419ab3 commit 30265e2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion gooey/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
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 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
with open('README.md') as readme:
long_description = readme.read()

version = '1.0.4'
version = '1.0.5'

deps = [
'Pillow>=4.3.0',
Expand Down

0 comments on commit 30265e2

Please sign in to comment.