From 44c171e01fda243ddf77339e717557b39cbac6df Mon Sep 17 00:00:00 2001 From: jdkandersson Date: Thu, 4 Apr 2024 00:29:09 +1100 Subject: [PATCH] update version to stable --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1f3258c..eb0283d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # See LICENSE file for licensing details. [project] name = "paas-app-charmer" -version = "0.2.1" +version = "1.0.0" description = "Companion library for PaaS app charmer." authors = [ {name = "Canonical IS DevOps team", email="is-devops-team@canonical.com"}, @@ -10,7 +10,7 @@ authors = [ requires-python = ">=3.10" dynamic = ["dependencies"] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent",