Release 1.7.0
This commit is contained in:
parent
6a39962d51
commit
7b3ab250df
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue