From d1ea097cd7f53eac6e26969b01fa77a5cf9f7fcb Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 14 Jan 2018 20:05:48 +0200 Subject: [PATCH] Start new release cycle --- 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 d8539ec..2fd0f12 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -31,7 +31,7 @@ import tempfile import time import xml.dom -__version__ = '2.1.0' +__version__ = '2.2.0.dev0' __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 409380f..2e73407 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup setup( name="pylast", - version="2.1.0", + version="2.2.0.dev0", author="Amr Hassan ", install_requires=['six'], tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml',