diff --git a/pyproject.toml b/pyproject.toml index 1e5fdb6..5bd3217 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "votify" -version = "1.6" +version = "1.6.1" description = "A command-line app for downloading songs, podcasts and videos from Spotify." readme = "README.md" license = "MIT" diff --git a/uv.lock b/uv.lock index c04f64e..cab0617 100644 --- a/uv.lock +++ b/uv.lock @@ -709,7 +709,7 @@ wheels = [ [[package]] name = "votify" -version = "1.6" +version = "1.6.1" source = { virtual = "." } dependencies = [ { name = "async-lru" }, diff --git a/votify/__init__.py b/votify/__init__.py index 9bef047..f49459c 100644 --- a/votify/__init__.py +++ b/votify/__init__.py @@ -1 +1 @@ -__version__ = "1.6" +__version__ = "1.6.1"