diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md index 839b1a8e..e0cf5aa8 100644 --- a/docs/reference/changelog.md +++ b/docs/reference/changelog.md @@ -5,7 +5,7 @@ This document outlines the list of changes to ridgeplot between each release. Fo Unreleased changes ------------------ -- ... +- Bump project classification from Pre-Alpha to Alpha. ({gh-pr}`336`) --- diff --git a/pyproject.toml b/pyproject.toml index b9e81296..c2ffa15b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ readme = "README.md" license = { file = "LICENSE" } classifiers = [ # https://pypi.org/classifiers/ - "Development Status :: 2 - Pre-Alpha", + "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License",