Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritualized committed May 20, 2020
1 parent d298a24 commit 12f3232
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
setup(
name = 'lastfmcache',
packages = ['lastfmcache'],
version = '1.1.0',
version = '1.2.0',
description = 'Python interface to the Last.FM API/website with caching support',
url = 'https://github.com/spiritualized/lastfmcache',
download_url = 'https://github.com/spiritualized/lastfmcache/archive/v1.1.10.tar.gz',
download_url = 'https://github.com/spiritualized/lastfmcache/archive/v1.2.0.tar.gz',
keywords = ['lastfm', 'python', 'cache', 'api'],
install_requires = [
'bs4',
Expand Down

0 comments on commit 12f3232

Please sign in to comment.