diff --git a/setup.py b/setup.py index fd706d13..40163c94 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ def read_file(fname): # https://github.com/pypa/sampleproject/blob/main/setup.py setup( name=pkg_name, - version="0.3.2", + version="0.4", author="Nathan", author_email="nathanthomas707@gmail.com", keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert", diff --git a/streamrip/__init__.py b/streamrip/__init__.py index f9aa3e11..896a370c 100644 --- a/streamrip/__init__.py +++ b/streamrip/__init__.py @@ -1 +1 @@ -__version__ = "0.3.2" +__version__ = "0.4"