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

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