Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
IceWreck committed Jan 6, 2024
1 parent 25de85d commit 2bfa99f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2bfa99f

Please sign in to comment.