Skip to content

Commit

Permalink
Bump version to 0.01.31
Browse files Browse the repository at this point in the history
  • Loading branch information
np1 committed Feb 13, 2014
1 parent d4badad commit d4b784e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file is used by clients to check for updates

version 0.01.30
version 0.01.31

2 changes: 1 addition & 1 deletion mpsyt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

from __future__ import print_function

__version__ = "0.01.30"
__version__ = "0.01.31"
__author__ = "nagev"
__license__ = "GPLv3"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d4b784e

Please sign in to comment.