From 8d0d6b300870b458776ae6359eaa30861a333953 Mon Sep 17 00:00:00 2001 From: nathom Date: Mon, 21 Jun 2021 09:48:34 -0700 Subject: [PATCH] Bump version Signed-off-by: nathom --- setup.py | 2 +- streamrip/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 53c741c..d84708f 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.6", + version="0.6.1", 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 3d915e9..f49a71c 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -1,3 +1,3 @@ """streamrip: the all in one music downloader.""" -__version__ = "0.6" +__version__ = "0.6.1"