Skip to content

Commit

Permalink
Update version to 0.3.50
Browse files Browse the repository at this point in the history
  • Loading branch information
np1 committed Jun 19, 2014
1 parent 7745790 commit 914aee6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
Development version - not yet released
Version 0.3.49
19 June 2014
Version 0.3.50

[Feature] - Resume partially downloaded files (issue #32)
[Bugfix] - Fix javascript function extraction

-------------------------------------------------------------------------------

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

from __future__ import unicode_literals

__version__ = "0.3.49"
__version__ = "0.3.50"
__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 @@ -19,7 +19,7 @@
name='Pafy',
packages=['pafy'],
scripts=['scripts/ytdl'],
version='0.3.49',
version='0.3.50',
description="Python API for YouTube, query and download YouTube content",
keywords=["Pafy", "API", "YouTube", "youtube", "download", "video"],
author="nagev",
Expand Down

0 comments on commit 914aee6

Please sign in to comment.