From d4b784e98db2f156b1f82419ae1f307e742f9e26 Mon Sep 17 00:00:00 2001 From: darren Date: Thu, 13 Feb 2014 21:55:23 +0000 Subject: [PATCH] Bump version to 0.01.31 --- VERSION | 2 +- mpsyt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index a6f6bd2c..f08474a7 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ # This file is used by clients to check for updates -version 0.01.30 +version 0.01.31 diff --git a/mpsyt b/mpsyt index 70615519..ab23dd91 100755 --- a/mpsyt +++ b/mpsyt @@ -24,7 +24,7 @@ along with this program. If not, see . from __future__ import print_function -__version__ = "0.01.30" +__version__ = "0.01.31" __author__ = "nagev" __license__ = "GPLv3" diff --git a/setup.py b/setup.py index e27441d6..7a1719a0 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( name="mps-youtube", - version="0.01.30", + version="0.01.31", description="Terminal based YouTube jukebox with playlist management", keywords=["video", "music", "audio", "youtube", "stream", "download"], author="nagev",