From 2bfa99f3ef85cc50215c21fd60ae7a40520addcb Mon Sep 17 00:00:00 2001 From: Anchit Bajaj Date: Sat, 6 Jan 2024 03:07:17 +0100 Subject: [PATCH] Update version --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"