Bump version to 3.7.4 in __init__.py, pyproject.toml, and uv.lock

This commit is contained in:
glomatico
2026-06-12 20:51:52 -03:00
parent 69c2a8a063
commit b0c5335767
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
__version__ = "3.7.3" __version__ = "3.7.4"
+1 -1
View File
@@ -1,6 +1,6 @@
[project] [project]
name = "gamdl" name = "gamdl"
version = "3.7.3" version = "3.7.4"
description = "A command-line app for downloading Apple Music songs, music videos and post videos." description = "A command-line app for downloading Apple Music songs, music videos and post videos."
readme = "README.md" readme = "README.md"
license = "MIT" license = "MIT"
Generated
+1 -1
View File
@@ -223,7 +223,7 @@ wheels = [
[[package]] [[package]]
name = "gamdl" name = "gamdl"
version = "3.7.3" version = "3.7.4"
source = { virtual = "." } source = { virtual = "." }
dependencies = [ dependencies = [
{ name = "async-lru" }, { name = "async-lru" },