Skip to content

Commit

Permalink
Update to 2.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scaronni committed Nov 6, 2020
1 parent 3ce22a2 commit 2a33ed2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def _read(fn):

setup(
name='spotify-ripper',
version='2.14',
version='2.15',
packages=find_packages(exclude=["tests"]),
#scripts=['spotify_ripper/main.py'],
include_package_data=True,
Expand Down Expand Up @@ -52,7 +52,7 @@ def _read(fn):
license='MIT',
keywords="spotify ripper mp3 ogg vorbis flac opus acc mp4 m4a",
url='https://github.com/scaronni/spotify-ripper',
download_url='https://github.com/scaronni/spotify-ripper/tarball/2.14',
download_url='https://github.com/scaronni/spotify-ripper/tarball/2.15',
classifiers=[
'Topic :: Multimedia :: Sound/Audio',
'Topic :: Multimedia :: Sound/Audio :: Capture/Recording',
Expand Down
4 changes: 2 additions & 2 deletions spotify_ripper.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Metadata-Version: 1.1
Name: spotify-ripper
Version: 2.14
Version: 2.15
Summary: a small ripper for Spotify that rips Spotify URIs to audio files
Home-page: https://github.com/scaronni/spotify-ripper
Author: Simone Caronni
Author-email: [email protected]
License: MIT
Download-URL: https://github.com/scaronni/spotify-ripper/tarball/2.14
Download-URL: https://github.com/scaronni/spotify-ripper/tarball/2.15
Description: Spotify-ripper is a small ripper script for Spotify that rips Spotify URIs to audio files with metadata and cover art
Keywords: spotify ripper mp3 ogg vorbis flac opus acc mp4 m4a
Platform: UNKNOWN
Expand Down

0 comments on commit 2a33ed2

Please sign in to comment.