Skip to content

Commit

Permalink
Update version number to 0.01.44
Browse files Browse the repository at this point in the history
  • Loading branch information
np1 committed Mar 27, 2014
1 parent 9278042 commit c8735bc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 0.01.42
In development, not yet released
Version 0.01.44
Mar 27 2014

- Added max_res config item for selecting video resolution (request 56)
- Added window_size and window_pos for selecting size / position of player
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.42
version 0.01.44

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

0 comments on commit c8735bc

Please sign in to comment.