From 2389f745e1d5c8a559433d93e5341173ca3f95a1 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 14 Jan 2018 20:01:42 +0200 Subject: [PATCH] Release 2.1.0 --- pylast/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pylast/__init__.py b/pylast/__init__.py index 46e8b62..d8539ec 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -31,7 +31,7 @@ import tempfile import time import xml.dom -__version__ = '2.1.0.dev0' +__version__ = '2.1.0' __author__ = 'Amr Hassan, hugovk, Mice Pápai' __copyright__ = ('Copyright (C) 2008-2010 Amr Hassan, 2013-2018 hugovk, ' '2017 Mice Pápai') diff --git a/setup.py b/setup.py index 6b164c6..409380f 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup setup( name="pylast", - version="2.1.0.dev0", + version="2.1.0", author="Amr Hassan ", install_requires=['six'], tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml',