mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-23 03:27:14 -04:00
Bump version
This commit is contained in:
parent
1c06eab7c4
commit
32152163c7
3 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "streamrip"
|
||||
version = "1.4"
|
||||
version = "1.5"
|
||||
description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud"
|
||||
authors = ["nathom <nathanthomas707@gmail.com>"]
|
||||
license = "GPL-3.0-only"
|
||||
|
|
|
@ -164,4 +164,4 @@ progress_bar = "dainty"
|
|||
|
||||
[misc]
|
||||
# Metadata to identify this config file. Do not change.
|
||||
version = "1.6"
|
||||
version = "1.5"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
"""streamrip: the all in one music downloader."""
|
||||
|
||||
__version__ = "1.4"
|
||||
__version__ = "1.5"
|
||||
|
||||
from . import clients, constants, converter, downloadtools, media
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue