Skip to content

Commit

Permalink
Update version number to 0.3.64
Browse files Browse the repository at this point in the history
  • Loading branch information
np1 committed Oct 18, 2014
1 parent 6f9f21f commit f01e04c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Development version - not yet released
Version 0.3.63
19 October 2014
Version 0.3.64

[Update] - Cache javascript file locally
[Update] - Cache javascript file locally to temp dir (less fetching)
[Update] - Added itag 278 (low-res VP9)
[Feature] - Retrieve DASH streams (more streams, higher quality audio)
[Feature] - added remux_audio parameter to download function to remux audio
Expand Down
2 changes: 1 addition & 1 deletion pafy/pafy.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

from __future__ import unicode_literals

__version__ = "0.3.63"
__version__ = "0.3.64"
__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.63',
version='0.3.64',
description="Retrieve YouTube content and metadata",
keywords=["Pafy", "API", "YouTube", "youtube", "download", "video"],
author="nagev",
Expand Down

0 comments on commit f01e04c

Please sign in to comment.