Bump version

This commit is contained in:
nathom 2021-03-29 16:04:46 -07:00
parent 3a2480f0f8
commit 561d2a5894

View file

@ -14,7 +14,7 @@ requirements = read_file("requirements.txt").strip().split()
# https://github.com/pypa/sampleproject/blob/main/setup.py # https://github.com/pypa/sampleproject/blob/main/setup.py
setup( setup(
name=pkg_name, name=pkg_name,
version="0.2.7", version="0.2.8",
author='Nathan', author='Nathan',
author_email='nathanthomas707@gmail.com', author_email='nathanthomas707@gmail.com',
keywords='lossless, hi-res, qobuz, tidal, deezer, audio, convert', keywords='lossless, hi-res, qobuz, tidal, deezer, audio, convert',
@ -26,7 +26,6 @@ setup(
entry_points={ entry_points={
"console_scripts": [ "console_scripts": [
"rip = streamrip.cli:main", "rip = streamrip.cli:main",
"streamrip = streamrip.cli:main",
], ],
}, },
packages=find_packages(), packages=find_packages(),