Release 2.3.0

This commit is contained in:
Hugo 2018-06-08 17:37:26 +03:00
parent 5c0785f7fe
commit 4c89c7bf5a
2 changed files with 2 additions and 2 deletions

View file

@ -32,7 +32,7 @@ import tempfile
import time
import xml.dom
__version__ = "2.3.0.dev0"
__version__ = "2.3.0"
__author__ = "Amr Hassan, hugovk, Mice Pápai"
__copyright__ = (
"Copyright (C) 2008-2010 Amr Hassan, 2013-2018 hugovk, " "2017 Mice Pápai"

View file

@ -8,7 +8,7 @@ setup(
name="pylast",
long_description=long_description,
long_description_content_type="text/markdown",
version="2.3.0.dev0",
version="2.3.0",
author="Amr Hassan <amr.hassan@gmail.com> and Contributors",
install_requires=["six"],
tests_require=[