Release 1.1.0

This commit is contained in:
hugovk 2015-01-11 16:42:53 +02:00
parent ac4d17822a
commit a9340e73f0
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
# #
# http://code.google.com/p/pylast/ # http://code.google.com/p/pylast/
__version__ = '1.0.1' __version__ = '1.1.0'
__author__ = 'Amr Hassan, hugovk' __author__ = 'Amr Hassan, hugovk'
__copyright__ = "Copyright (C) 2008-2010 Amr Hassan, 2013-2014 hugovk" __copyright__ = "Copyright (C) 2008-2010 Amr Hassan, 2013-2014 hugovk"
__license__ = "apache2" __license__ = "apache2"

View file

@ -6,7 +6,7 @@ from setuptools import setup, find_packages
setup( setup(
name="pylast", name="pylast",
version="1.0.1", version="1.1.0",
author="Amr Hassan <amr.hassan@gmail.com>", author="Amr Hassan <amr.hassan@gmail.com>",
install_requires=['six'], install_requires=['six'],
tests_require=['mock', 'pytest', 'coverage', 'pep8', 'pyyaml', 'pyflakes'], tests_require=['mock', 'pytest', 'coverage', 'pep8', 'pyyaml', 'pyflakes'],