Bump version

This commit is contained in:
nathom 2021-04-09 11:36:05 -07:00
parent 2707312862
commit 107fac4dcd
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.3.1",
version="0.3.2",
author="Nathan",
author_email="nathanthomas707@gmail.com",
keywords="lossless, hi-res, qobuz, tidal, deezer, audio, convert",

View file

@ -1 +1 @@
__version__ = "0.3.1"
__version__ = "0.3.2"