From a16e55ef89f40ba8e3be6b6a667695b739b55e19 Mon Sep 17 00:00:00 2001 From: Claudio Jolowicz Date: Tue, 17 May 2022 16:48:42 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20[pyproject]=20Add=20Trove=20clas?= =?UTF-8?q?sifier=20for=20stable=20development=20status=20(#739)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cookiecutter.json | 4 ++-- cutty.json | 4 ++-- pyproject.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.cookiecutter.json b/.cookiecutter.json index 2164f7d4..2d69944f 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -2,12 +2,12 @@ "_template": "https://github.com/cjolowicz/cookiecutter-hypermodern-python", "author": "Claudio Jolowicz", "copyright_year": "2020", - "development_status": "Development Status :: 3 - Alpha", + "development_status": "Development Status :: 5 - Production/Stable", "email": "mail@claudiojolowicz.com", "friendly_name": "nox-poetry", "github_user": "cjolowicz", "license": "MIT", "package_name": "nox_poetry", "project_name": "nox-poetry", - "version": "0.8.6" + "version": "0.9.0" } diff --git a/cutty.json b/cutty.json index d9aecca4..32460a72 100644 --- a/cutty.json +++ b/cutty.json @@ -11,8 +11,8 @@ "author": "Claudio Jolowicz", "email": "mail@claudiojolowicz.com", "github_user": "cjolowicz", - "version": "0.8.6", + "version": "0.9.0", "license": "MIT", - "development_status": "Development Status :: 3 - Alpha" + "development_status": "Development Status :: 5 - Production/Stable" } } diff --git a/pyproject.toml b/pyproject.toml index f3811159..a96818c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/cjolowicz/nox-poetry" repository = "https://github.com/cjolowicz/nox-poetry" documentation = "https://nox-poetry.readthedocs.io" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", ] [tool.poetry.urls]