From d3ba6e027ada540877971330d5e8481469e9883b Mon Sep 17 00:00:00 2001 From: nathom Date: Mon, 19 Apr 2021 22:37:46 -0700 Subject: [PATCH] Bump version --- setup.py | 2 +- streamrip/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 3a8760b..f6e253b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ requirements = read_file("requirements.txt").strip().split() # https://github.com/pypa/sampleproject/blob/main/setup.py setup( name=pkg_name, - version="0.4.2", + version="0.4.3", 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 6272b03..bcb32fa 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -1,4 +1,4 @@ """streamrip: the all in one music downloader. """ -__version__ = "0.4.2" +__version__ = "0.4.3"