Release 1.2.1
This commit is contained in:
parent
23223d1fe8
commit
b47c5e587d
3 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
include pylast.py
|
||||
include pylast/__init__.py
|
||||
include setup.py
|
||||
include README
|
||||
include README.md
|
||||
include COPYING
|
||||
include INSTALL
|
||||
|
|
|
@ -32,7 +32,7 @@ import warnings
|
|||
import re
|
||||
import six
|
||||
|
||||
__version__ = '1.2.0'
|
||||
__version__ = '1.2.1'
|
||||
__author__ = 'Amr Hassan, hugovk'
|
||||
__copyright__ = "Copyright (C) 2008-2010 Amr Hassan, 2013-2015 hugovk"
|
||||
__license__ = "apache2"
|
||||
|
|
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name="pylast",
|
||||
version="1.2.0",
|
||||
version="1.2.1",
|
||||
author="Amr Hassan <amr.hassan@gmail.com>",
|
||||
install_requires=['six'],
|
||||
tests_require=['mock', 'pytest', 'coverage', 'pep8', 'pyyaml', 'pyflakes'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue