From 8a8adbf080adfa8c634b136d1e0c0f3d45d49a32 Mon Sep 17 00:00:00 2001 From: Joel Dixon <38357562+dixonjoel@users.noreply.github.com> Date: Tue, 21 Feb 2023 12:01:03 -0600 Subject: [PATCH] Setting Development Status to Production/Stable (#225) Setting Development Status to Production/Stable prior to our upcoming 1.0 release Signed-off-by: Joel Dixon --- ni_measurementlink_generator/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ni_measurementlink_generator/pyproject.toml b/ni_measurementlink_generator/pyproject.toml index f3c91ef75..9e409617c 100644 --- a/ni_measurementlink_generator/pyproject.toml +++ b/ni_measurementlink_generator/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" repository = "https://github.com/ni/measurementlink-python/" license = "MIT" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research", diff --git a/pyproject.toml b/pyproject.toml index aaaab67af..a8c918b6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ readme = "README.md" # apply the repo readme to the package as well repository = "https://github.com/ni/measurementlink-python/" license = "MIT" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: Manufacturing", "Intended Audience :: Science/Research",