mirror of
https://github.com/iluvcapra/mfbatch.git
synced 2025-12-31 08:50:51 +00:00
Nudged version
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user