diff --git a/pylast/__init__.py b/pylast/__init__.py index 38f3727..c0d700b 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -20,7 +20,7 @@ # # http://code.google.com/p/pylast/ -__version__ = '1.0.1' +__version__ = '1.1.0' __author__ = 'Amr Hassan, hugovk' __copyright__ = "Copyright (C) 2008-2010 Amr Hassan, 2013-2014 hugovk" __license__ = "apache2" diff --git a/setup.py b/setup.py index f8657e4..71a0dda 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages setup( name="pylast", - version="1.0.1", + version="1.1.0", author="Amr Hassan ", install_requires=['six'], tests_require=['mock', 'pytest', 'coverage', 'pep8', 'pyyaml', 'pyflakes'],