Skip to content

Commit 30265e2

Browse files
committed
bump versions
1 parent a419ab3 commit 30265e2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Some Caveats Up Front:
1111
* Feedback may take time
1212
* Merges may take time
1313

14-
**--> 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.
14+
**--> 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.
1515

1616

1717
### Getting Started:

gooey/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from gooey.python_bindings.gooey_parser import GooeyParser
44
from gooey.gui.util.freeze import localResourcePath as local_resource_path
55
from gooey.python_bindings import constants
6-
__version__ = '1.0.4'
6+
__version__ = '1.0.5'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
with open('README.md') as readme:
77
long_description = readme.read()
88

9-
version = '1.0.4'
9+
version = '1.0.5'
1010

1111
deps = [
1212
'Pillow>=4.3.0',

0 commit comments

Comments
 (0)