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"