From b337266b851cc674d45fe1a6204b9dea76200ca2 Mon Sep 17 00:00:00 2001 From: Hazem Nabil Date: Fri, 1 Dec 2023 02:17:05 +0200 Subject: [PATCH] Increment version to 3.2.0 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a94f28..ded9180 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pymusiclooper" -version = "3.1.0" +version = "3.2.0" description = "Automatically find the loop points of any music file and export into intro/loop/outro sections or loop points, with support for playback and preview through the terminal." license = "MIT" classifiers = [ @@ -14,6 +14,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Topic :: Multimedia :: Sound/Audio", "Topic :: Multimedia :: Sound/Audio :: Analysis", ]