From 226c717684bb233efa39f17aa731be837aa4f155 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Sat, 7 May 2022 18:46:25 -0400 Subject: [PATCH] Update classifiers for beta status --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f00f950..9306898 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ packages = [ keywords = ["ansible", "vault", "playbook", "yaml", "password"] readme = "README.md" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Environment :: Console", "Framework :: Ansible", "Intended Audience :: Developers",