Updated version, gitignore

This commit is contained in:
Jamie Hardt
2024-07-07 13:50:23 -07:00
parent 5a47985154
commit ce6542b64d
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.DS_Store .DS_Store
dist/ dist/
*.pyc *.pyc
poetry.lock

View File

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