Nudged version

This commit is contained in:
Jamie Hardt
2024-06-30 22:40:26 -07:00
parent b19f6dc4ed
commit 069df5d388
2 changed files with 2 additions and 2 deletions

View File

@@ -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,

View File

@@ -1,6 +1,6 @@
[tool.poetry]
name = "mfbatch"
version = "0.2.0"
version = "0.3.0"
description = "MetaFlac batch editor"
authors = ["Jamie Hardt <jamiehardt@me.com>"]
readme = "README.md"