diff --git a/pylast/__init__.py b/pylast/__init__.py index 8f74a47..79fdcfb 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -32,7 +32,7 @@ import warnings import re import six -__version__ = '1.8.0' +__version__ = '1.9.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 0fa18f0..2bf413c 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup, find_packages setup( name="pylast", - version="1.8.0", + version="1.9.0", author="Amr Hassan ", install_requires=['six'], # FIXME This can be removed after 2017-09 when 3.3 is no longer supported