From d2a3977380cbd22935142b6414c639994af3c4e3 Mon Sep 17 00:00:00 2001 From: Adam Lugowski Date: Wed, 25 Oct 2023 19:51:01 -0700 Subject: [PATCH] Version 1.0 --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index aa2436f..ae8165c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "matspy" -version = "0.7.1" +version = "1.0.0" description="Sparse matrix spy plot and sparkline renderer that works with Jupyter." readme = "README.md" authors = [ @@ -13,8 +13,7 @@ dependencies = [ requires-python = ">=3.7" classifiers = [ -# "Development Status :: 5 - Production/Stable", - "Development Status :: 4 - Beta", + "Development Status :: 5 - Production/Stable", "Intended Audience :: Science/Research", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License",