Start new release cycle

This commit is contained in:
Hugo 2017-10-29 00:47:42 +03:00
parent ae35af7e3b
commit 121e8a27c1
2 changed files with 2 additions and 2 deletions

View file

@ -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')

View file

@ -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 <amr.hassan@gmail.com>",
install_requires=['six'],
tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml',