From b342bcc8c2a0aebbb70795145a1d6a0fb270c2ab Mon Sep 17 00:00:00 2001 From: hugovk Date: Mon, 13 Feb 2017 20:35:18 +0200 Subject: [PATCH] Release 1.8.0 --- pylast/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pylast/__init__.py b/pylast/__init__.py index ed200cf..e533fde 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -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" diff --git a/setup.py b/setup.py index 7d7fade..0fa18f0 100755 --- a/setup.py +++ b/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 ", install_requires=['six'], # FIXME This can be removed after 2017-09 when 3.3 is no longer supported