Bump version

This commit is contained in:
nathom 2021-07-24 11:47:04 -07:00
parent b1a7c89115
commit ac00b4c1c8
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "streamrip"
version = "0.7"
version = "0.7.1"
description = "A fast, all-in-one music ripper for Qobuz, Deezer, Tidal, and SoundCloud"
authors = ["nathom <nathanthomas707@gmail.com>"]
license = "GPL-3.0-only"

View file

@ -1,5 +1,5 @@
"""streamrip: the all in one music downloader."""
__version__ = "0.7"
__version__ = "0.7.1"
from . import clients, converter, media, constants