Start new release cycle
This commit is contained in:
parent
4c89c7bf5a
commit
5d085ba9dc
|
@ -32,7 +32,7 @@ import tempfile
|
||||||
import time
|
import time
|
||||||
import xml.dom
|
import xml.dom
|
||||||
|
|
||||||
__version__ = "2.3.0"
|
__version__ = "2.4.0.dev0"
|
||||||
__author__ = "Amr Hassan, hugovk, Mice Pápai"
|
__author__ = "Amr Hassan, hugovk, Mice Pápai"
|
||||||
__copyright__ = (
|
__copyright__ = (
|
||||||
"Copyright (C) 2008-2010 Amr Hassan, 2013-2018 hugovk, " "2017 Mice Pápai"
|
"Copyright (C) 2008-2010 Amr Hassan, 2013-2018 hugovk, " "2017 Mice Pápai"
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -8,7 +8,7 @@ setup(
|
||||||
name="pylast",
|
name="pylast",
|
||||||
long_description=long_description,
|
long_description=long_description,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
version="2.3.0",
|
version="2.4.0.dev0",
|
||||||
author="Amr Hassan <amr.hassan@gmail.com> and Contributors",
|
author="Amr Hassan <amr.hassan@gmail.com> and Contributors",
|
||||||
install_requires=["six"],
|
install_requires=["six"],
|
||||||
tests_require=[
|
tests_require=[
|
||||||
|
|
Loading…
Reference in a new issue