From 776b2cf1df23dc613c278e521859eb73d93e872c Mon Sep 17 00:00:00 2001 From: nathom Date: Sat, 19 Jun 2021 22:23:47 -0700 Subject: [PATCH] Bump version Signed-off-by: nathom --- setup.py | 2 +- streamrip/__init__.py | 2 +- streamrip/config.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index be537b5..982727e 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ requirements.append("colorama; platform_system == 'Windows'") # https://github.com/pypa/sampleproject/blob/main/setup.py setup( name=pkg_name, - version="0.5.5", + version="0.6", author="Nathan", author_email="nathanthomas707@gmail.com", keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert, soundcloud, mp3", diff --git a/streamrip/__init__.py b/streamrip/__init__.py index e28e6c9..3d915e9 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -1,3 +1,3 @@ """streamrip: the all in one music downloader.""" -__version__ = "0.5.5" +__version__ = "0.6" diff --git a/streamrip/config.toml b/streamrip/config.toml index c6ddd67..3dab50a 100644 --- a/streamrip/config.toml +++ b/streamrip/config.toml @@ -125,4 +125,4 @@ fallback_source = "deezer" check_for_updates = true # Metadata to identify this config file. Do not change. -version = "0.5.5" +version = "0.6"