From a5ce2e628a4ab3b2a4d7c482576ce5d61adbe20c Mon Sep 17 00:00:00 2001 From: Kapil Thangavelu Date: Fri, 7 Jun 2024 10:54:57 -0400 Subject: [PATCH] releng - increment version 0.6.9 (#202) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index d559bbd..cd02cca 100644 --- a/setup.py +++ b/setup.py @@ -20,9 +20,9 @@ maintainer="Cloud Custodian Project", maintainer_email="cloud-custodian@googlegroups.com", license="Apache-2.0", - version="0.6.8", + version="0.6.9", classifiers=[ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11",