Browse Source

version bump

pull/237/head
chriskiehl 7 years ago
parent
commit
e5e4fd872b
2 changed files with 2 additions and 5 deletions
  1. 5
      gooey/__init__.py
  2. 2
      version.txt

5
gooey/__init__.py

@ -1,8 +1,5 @@
import os
from gooey.python_bindings.gooey_decorator import Gooey
from gooey.python_bindings.gooey_parser import GooeyParser
# from gooey.gui import application
version_file = os.path.join(os.path.dirname(__file__), 'version')
__version__ = '0.9.3'
__version__ = '0.9.4'

2
version.txt

@ -1 +1 @@
0.9.3
0.9.4
Loading…
Cancel
Save