Release 1.8.0
This commit is contained in:
parent
506a911c57
commit
b342bcc8c2
2 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ import warnings
|
|||
import re
|
||||
import six
|
||||
|
||||
__version__ = '1.7.0'
|
||||
__version__ = '1.8.0'
|
||||
__author__ = 'Amr Hassan, hugovk'
|
||||
__copyright__ = "Copyright (C) 2008-2010 Amr Hassan, 2013-2017 hugovk"
|
||||
__license__ = "apache2"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name="pylast",
|
||||
version="1.7.0",
|
||||
version="1.8.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