Skip to content

Commit

Permalink
bump version to v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xnetcat committed Nov 9, 2022
1 parent 7feb665 commit 9501620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spotdl"
version = "4.0.3"
version = "4.0.4"
description = "Download your Spotify playlists and songs along with album art and metadata"
license = "MIT"
authors = ["spotDL Team <spotdladmins@googlegroups.com>"]
Expand Down
2 changes: 1 addition & 1 deletion spotdl/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
Version module for spotdl.
"""

__version__ = "4.0.2"
__version__ = "4.0.4"

0 comments on commit 9501620

Please sign in to comment.