Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
nathom committed Mar 29, 2021
1 parent 3a2480f commit 561d2a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read_file(fname):
# https://github.com/pypa/sampleproject/blob/main/setup.py
setup(
name=pkg_name,
version="0.2.7",
version="0.2.8",
author='Nathan',
author_email='[email protected]',
keywords='lossless, hi-res, qobuz, tidal, deezer, audio, convert',
Expand All @@ -26,7 +26,6 @@ def read_file(fname):
entry_points={
"console_scripts": [
"rip = streamrip.cli:main",
"streamrip = streamrip.cli:main",
],
},
packages=find_packages(),
Expand Down

0 comments on commit 561d2a5

Please sign in to comment.