diff --git a/README.md b/README.md index 84a470c..42e672d 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ You should use a GUI tool like [KDE's Kid3](https://kid3.kde.org/) for complicat **From GitHub** ```shell -sudo wget https://github.com/IceWreck/tagpatch/releases/download/v0.1.1/tagpatch-v0.1.1 \ +sudo wget https://github.com/IceWreck/tagpatch/releases/download/v0.1.2/tagpatch-v0.1.2 \ -O /usr/local/bin/tagpatch && sudo chmod +x /usr/local/bin/tagpatch ``` diff --git a/pyproject.toml b/pyproject.toml index 024b284..d0e7446 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "tagpatch" -version = "0.1.1" +version = "0.1.2" authors = [{ name = "Anchit Bajaj", email = "python.pypi@abifog.com" }] description = "CLI tool which applies common patches to music tags" readme = "README.md"