From 7b3ab250df752caeba712b48be1e760bfdbc9983 Mon Sep 17 00:00:00 2001 From: hugovk Date: Tue, 3 Jan 2017 16:01:45 +0200 Subject: [PATCH] Release 1.7.0 --- pylast/__init__.py | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pylast/__init__.py b/pylast/__init__.py index 6934ed0..1a46682 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -4,7 +4,7 @@ # A Python interface to Last.fm and Libre.fm # # Copyright 2008-2010 Amr Hassan -# Copyright 2013-2016 hugovk +# Copyright 2013-2017 hugovk # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,9 +32,9 @@ import warnings import re import six -__version__ = '1.6.0' +__version__ = '1.7.0' __author__ = 'Amr Hassan, hugovk' -__copyright__ = "Copyright (C) 2008-2010 Amr Hassan, 2013-2016 hugovk" +__copyright__ = "Copyright (C) 2008-2010 Amr Hassan, 2013-2017 hugovk" __license__ = "apache2" __email__ = 'amr.hassan@gmail.com' diff --git a/setup.py b/setup.py index 7b45d56..7d7fade 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name="pylast", - version="1.6.0", + version="1.7.0", author="Amr Hassan ", install_requires=['six'], # FIXME This can be removed after 2017-09 when 3.3 is no longer supported