From 4c89c7bf5a82285458297f0e988461d3b0b14833 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 8 Jun 2018 17:37:26 +0300 Subject: [PATCH] Release 2.3.0 --- 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 bf63c29..fcc3986 100644 --- a/pylast/__init__.py +++ b/pylast/__init__.py @@ -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" diff --git a/setup.py b/setup.py index 910f5c5..a31861d 100755 --- a/setup.py +++ b/setup.py @@ -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 and Contributors", install_requires=["six"], tests_require=[