Skip to content

Commit

Permalink
Increment version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arkrow committed Dec 1, 2023
1 parent 652a14b commit b337266
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand All @@ -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",
]
Expand Down

0 comments on commit b337266

Please sign in to comment.