Release 1.4.0

This commit is contained in:
hugovk 2015-09-05 10:09:19 +03:00
parent 2faaf13bfa
commit 94e8e6f7ad
2 changed files with 2 additions and 2 deletions

View file

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