Skip to content

Commit

Permalink
Bump to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom committed Feb 15, 2022
1 parent 6f6c021 commit c781e00
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 = "streamrip"
version = "1.9.3"
version = "1.9.4"
description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud"
authors = ["nathom <[email protected]>"]
license = "GPL-3.0-only"
Expand Down
2 changes: 1 addition & 1 deletion streamrip/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""streamrip: the all in one music downloader."""

__version__ = "1.9.3"
__version__ = "1.9.4"

from . import clients, constants, converter, downloadtools, media

0 comments on commit c781e00

Please sign in to comment.