From 9ba97548409b51f8aeefc80d43699a34fdfaa522 Mon Sep 17 00:00:00 2001 From: sHa Date: Sun, 12 Apr 2026 23:02:46 +0300 Subject: [PATCH] fix: Update version to 0.9.0 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2771afc..df72d55 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "moma" -version = "0.8.12" +version = "0.9.0" description = "Terminal-based media file renamer and metadata viewer" readme = "README.md" requires-python = ">=3.12"