Bump version

Signed-off-by: nathom <nathanthomas707@gmail.com>
This commit is contained in:
nathom 2021-06-21 09:48:34 -07:00
parent 688625fbe9
commit 8d0d6b3008
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ requirements.append("colorama; platform_system == 'Windows'")
# https://github.com/pypa/sampleproject/blob/main/setup.py # https://github.com/pypa/sampleproject/blob/main/setup.py
setup( setup(
name=pkg_name, name=pkg_name,
version="0.6", version="0.6.1",
author="Nathan", author="Nathan",
author_email="nathanthomas707@gmail.com", author_email="nathanthomas707@gmail.com",
keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert, soundcloud, mp3", keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert, soundcloud, mp3",

View file

@ -1,3 +1,3 @@
"""streamrip: the all in one music downloader.""" """streamrip: the all in one music downloader."""
__version__ = "0.6" __version__ = "0.6.1"