Skip to content

Commit

Permalink
v0.01.40
Browse files Browse the repository at this point in the history
  • Loading branch information
np1 committed Mar 11, 2014
1 parent a00dca2 commit c9cc69c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.01.40
Mar 11 2014

- Bugfix release, corrects UnicodeDecode error

Version 0.01.39
Mar 10 2014

Expand Down
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.39
version 0.01.40

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

__version__ = "0.01.39"
__version__ = "0.01.40"
__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.39",
version="0.01.40",
description="Terminal based YouTube jukebox with playlist management",
keywords=["video", "music", "audio", "youtube", "stream", "download"],
author="nagev",
Expand Down

0 comments on commit c9cc69c

Please sign in to comment.