Start new release cycle
This commit is contained in:
parent
2389f745e1
commit
d1ea097cd7
|
@ -31,7 +31,7 @@ import tempfile
|
||||||
import time
|
import time
|
||||||
import xml.dom
|
import xml.dom
|
||||||
|
|
||||||
__version__ = '2.1.0'
|
__version__ = '2.2.0.dev0'
|
||||||
__author__ = 'Amr Hassan, hugovk, Mice Pápai'
|
__author__ = 'Amr Hassan, hugovk, Mice Pápai'
|
||||||
__copyright__ = ('Copyright (C) 2008-2010 Amr Hassan, 2013-2018 hugovk, '
|
__copyright__ = ('Copyright (C) 2008-2010 Amr Hassan, 2013-2018 hugovk, '
|
||||||
'2017 Mice Pápai')
|
'2017 Mice Pápai')
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -4,7 +4,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pylast",
|
name="pylast",
|
||||||
version="2.1.0",
|
version="2.2.0.dev0",
|
||||||
author="Amr Hassan <amr.hassan@gmail.com>",
|
author="Amr Hassan <amr.hassan@gmail.com>",
|
||||||
install_requires=['six'],
|
install_requires=['six'],
|
||||||
tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml',
|
tests_require=['mock', 'pytest', 'coverage', 'pycodestyle', 'pyyaml',
|
||||||
|
|
Loading…
Reference in a new issue