diff --git a/gooey/__init__.py b/gooey/__init__.py index c90b273..4804c89 100644 --- a/gooey/__init__.py +++ b/gooey/__init__.py @@ -1,5 +1,5 @@ from gooey.python_bindings.gooey_decorator import Gooey from gooey.python_bindings.gooey_parser import GooeyParser -__version__ = '0.1.0' +__version__ = '0.1.1' diff --git a/setup.py b/setup.py index 9d88fc2..139e4c6 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,9 @@ setup( classifiers = [ 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', - 'Topic :: Software Development :: Build Tools :: GUI :: CLI', + 'Topic :: Desktop Environment', + 'Topic :: Software Development :: Build Tools', + 'Topic :: Software Development :: Widget Sets', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7' ],