From 121e8a27c197bfd9e014d925dfe9eb721f5e8d06 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 29 Oct 2017 00:47:42 +0300 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 d91033a..40b9f07 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -31,7 +31,7 @@ import tempfile import time import xml.dom -__version__ = '2.0.0' +__version__ = '2.1.0.dev0' __author__ = 'Amr Hassan, hugovk, Mice Pápai' __copyright__ = ('Copyright (C) 2008-2010 Amr Hassan, 2013-2017 hugovk, ' '2017 Mice Pápai') diff --git a/setup.py b/setup.py index 9090cff..2a6ae2a 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import find_packages, setup setup( name="pylast", - version="2.0.0", + version="2.1.0.dev0", author="Amr Hassan ", install_requires=['six'], tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml',