diff --git a/setup.py b/setup.py index a9fed68..08bf199 100644 --- a/setup.py +++ b/setup.py @@ -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',