From 6321622d962e3d8c08255fbc470644f575c8725a Mon Sep 17 00:00:00 2001 From: Benjamin Moody Date: Mon, 23 Sep 2024 17:33:57 -0400 Subject: [PATCH] Bump version to 0.1.0. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 93590ad..1b33ef0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,13 +1,13 @@ [project] name = "plibflac" -version = "0.0.2" +version = "0.1.0" description = "Read and write FLAC audio files" readme = "README.md" authors = [ {name = "Benjamin Moody", email = "bmoody@mit.edu"}, ] classifiers = [ - "Development Status :: 3 - Alpha", + "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Programming Language :: Python :: 3",