Skip to content

Commit

Permalink
set version to 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
np1 committed Feb 16, 2015
1 parent 0387e15 commit 69fa71c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.2.2
version 0.2.3

4 changes: 2 additions & 2 deletions mps_youtube/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

from __future__ import print_function

__version__ = "0.2.3-dev"
__notes__ = "Development version"
__version__ = "0.2.3"
__notes__ = "released 17 Feb 2015"
__author__ = "np1"
__license__ = "GPLv3"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name="mps-youtube",
version="0.2.2",
version="0.2.3",
description="Terminal based YouTube player and downloader",
keywords=["video", "music", "audio", "youtube", "stream", "download"],
author="np1",
Expand Down

0 comments on commit 69fa71c

Please sign in to comment.