Bump version to 1.9

This commit is contained in:
Rafael Moraes
2026-03-26 19:44:21 -03:00
parent 1d2102d345
commit b2febdbbea
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "votify"
version = "1.8.1"
version = "1.9"
description = "A command-line app for downloading songs, podcasts and videos from Spotify."
readme = "README.md"
license = "MIT"
Generated
+1 -1
View File
@@ -1017,7 +1017,7 @@ wheels = [
[[package]]
name = "votify"
version = "1.8.1"
version = "1.9"
source = { virtual = "." }
dependencies = [
{ name = "async-lru" },
+1 -1
View File
@@ -1 +1 @@
__version__ = "1.8.1"
__version__ = "1.9"