diff --git a/ansibledoctor/__init__.py b/ansibledoctor/__init__.py index aae835e..0cc47b8 100644 --- a/ansibledoctor/__init__.py +++ b/ansibledoctor/__init__.py @@ -2,9 +2,8 @@ __author__ = "Robert Kaussow" __project__ = "ansible-doctor" -__version__ = "0.1.0-beta1" +__version__ = "0.1.0-beta2" __license__ = "GPL-3.0" __maintainer__ = "Robert Kaussow" __email__ = "mail@geeklabor.de" __url__ = "https://github.com/xoxys/ansible-doctor" -__status__ = "Production" diff --git a/setup.py b/setup.py index 8c857d6..385f8b9 100755 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ setup( zip_safe=False, python_requires=">=3.5", classifiers=[ + "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Information Technology",