diff --git a/bok_choy/__init__.py b/bok_choy/__init__.py index 84e6065..2465317 100644 --- a/bok_choy/__init__.py +++ b/bok_choy/__init__.py @@ -9,4 +9,4 @@ for log_name in NOISY_LOGGERS: logging.getLogger(log_name).setLevel(logging.WARNING) -__version__ = '2.0.1' +__version__ = '2.0.2' diff --git a/setup.py b/setup.py index c9393c1..0241e6e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ from setuptools import setup -DESCRIPTION = 'UI-level acceptance test framework' +DESCRIPTION = 'Deprecated UI-level acceptance test framework' def load_requirements(*requirements_paths): @@ -114,7 +114,7 @@ def get_version(*file_paths): description=DESCRIPTION, long_description=LONG_DESCRIPTION, license='Apache 2.0', - classifiers=['Development Status :: 5 - Production/Stable', + classifiers=['Development Status :: 7 - Inactive', 'Environment :: Console', 'Intended Audience :: Developers', 'License :: OSI Approved :: Apache Software License',