From 34397bef341068f4b95c8e50ac0802942f69822e Mon Sep 17 00:00:00 2001 From: nathom Date: Thu, 6 May 2021 22:06:02 -0700 Subject: [PATCH] Bump version --- setup.py | 6 +----- streamrip/__init__.py | 2 +- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/setup.py b/setup.py index d6688d9..04c1677 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.5", + version="0.5.1", author="Nathan", author_email="nathanthomas707@gmail.com", keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert, soundcloud, mp3", @@ -41,7 +41,3 @@ setup( "Bug Reports": "https://github.com/nathom/streamrip/issues", }, ) - -# rm -f dist/* -# python3 setup.py sdist bdist_wheel -# twine upload dist/* diff --git a/streamrip/__init__.py b/streamrip/__init__.py index 4b49527..fbf5ae3 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -1,4 +1,4 @@ """streamrip: the all in one music downloader. """ -__version__ = "0.5" +__version__ = "0.5.1"