From c47089e949d6742d3d50065c5048222c15e9701a Mon Sep 17 00:00:00 2001 From: aeturrell Date: Mon, 11 Sep 2023 09:34:00 +0100 Subject: [PATCH] 0.0.11 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 180d045f..d8b1340c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "skimpy" -version = "0.0.10" +version = "0.0.11" description = "skimpy" authors = ["Arthur Turrell"] license = "MIT" @@ -9,7 +9,7 @@ homepage = "https://aeturrell.github.io/skimpy/" repository = "https://github.com/aeturrell/skimpy" documentation = "https://aeturrell.github.io/skimpy/" classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 5 - Production/Stable", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",