Browse Source

version bump

pull/113/head
chriskiehl 9 years ago
parent
commit
28220a16cf
1 changed files with 1 additions and 1 deletions
  1. 2
      gooey/__init__.py

2
gooey/__init__.py

@ -5,4 +5,4 @@ from gooey.python_bindings.gooey_parser import GooeyParser
version_file = os.path.join(os.path.dirname(__file__), 'version') version_file = os.path.join(os.path.dirname(__file__), 'version')
__version__ = '0.8.11.2'
__version__ = '0.8.12.0'
Loading…
Cancel
Save