From 069df5d3887a6f93188c6a1b145b2c4927978024 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sun, 30 Jun 2024 22:40:26 -0700 Subject: [PATCH] Nudged version --- mfbatch/__main__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mfbatch/__main__.py b/mfbatch/__main__.py index 013e91d..7263737 100644 --- a/mfbatch/__main__.py +++ b/mfbatch/__main__.py @@ -113,7 +113,7 @@ def main(): mode_given = True editor_command = [os.getenv('EDITOR'), options.batchfile] run(editor_command) - + if options.write: mode_given = True execute_batch_list(options.batchfile, diff --git a/pyproject.toml b/pyproject.toml index 11c1341..8c2a4c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mfbatch" -version = "0.2.0" +version = "0.3.0" description = "MetaFlac batch editor" authors = ["Jamie Hardt "] readme = "README.md"