From d4440561b3da096d7e673843828c2e73d3a72f95 Mon Sep 17 00:00:00 2001 From: Zafer Genckaya Date: Fri, 6 Sep 2019 18:49:11 +0300 Subject: [PATCH] Development Status :: 5 - Production/Stable --- setup.py | 2 +- templates/setup.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 47cbf64..aecfd55 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ 'Tracker': 'https://github.com/opsgenie/opsgenie-python-sdk/issues', }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: Apache Software License', "Operating System :: OS Independent", ] diff --git a/templates/setup.mustache b/templates/setup.mustache index 3791899..6e084c9 100755 --- a/templates/setup.mustache +++ b/templates/setup.mustache @@ -48,7 +48,7 @@ setup( 'Tracker': '{{packageUrl}}/issues', }, classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: Apache Software License', "Operating System :: OS Independent", ]