prepare release

This commit is contained in:
Robert Kaussow 2019-10-09 14:19:00 +02:00
parent d96ff37ee1
commit 5ecf9cab92
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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",