Bump version

This commit is contained in:
nathom 2021-04-19 22:37:46 -07:00
parent 36bbcd5ca1
commit d3ba6e027a
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -1,4 +1,4 @@
"""streamrip: the all in one music downloader.
"""
__version__ = "0.4.2"
__version__ = "0.4.3"