Release 1.7.0
This commit is contained in:
parent
6a39962d51
commit
7b3ab250df
2 changed files with 4 additions and 4 deletions
|
@ -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'
|
||||
|
||||
|
|
2
setup.py
2
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 <amr.hassan@gmail.com>",
|
||||
install_requires=['six'],
|
||||
# FIXME This can be removed after 2017-09 when 3.3 is no longer supported
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue