aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBrianna Rainey2026-01-29 16:30:43 -0500
committerBrianna Rainey2026-01-29 16:30:43 -0500
commitb283aa418a1c0016a63a328fec6259dfe110cefe (patch)
treebfdc6f4700df9ffcf16f731a505217a153186aff /pyproject.toml
parent71a22c6a121d1294a05ef35020c525fa70cae2fd (diff)
fix `settings.ini` not located in correct path
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ea27839..2d604f5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "uv_build"
name = "audio-visualizer-python"
description = "Create audio visualization videos from a GUI or commandline"
readme = "README.md"
-version = "2.2.2"
+version = "2.2.3"
requires-python = ">= 3.12"
license = "MIT"
classifiers=[