Skip to content

Commit

Permalink
Version 0.3.41
Browse files Browse the repository at this point in the history
  • Loading branch information
np1 committed Mar 6, 2014
1 parent c4893a1 commit 3635220
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
5 March 2014
Version 0.3.40
Version 0.3.41

[Feature] - Fetch updated time for playlist items
[Feature] - Added Python 2.6 compatibility (requires argparse from PyPI)
Expand Down
2 changes: 1 addition & 1 deletion pafy.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"""

__version__ = "0.3.40"
__version__ = "0.3.41"
__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 @@ -6,7 +6,7 @@
setup(
name='Pafy',
py_modules=['pafy'],
version='0.3.40',
version='0.3.41',
description="Python API for YouTube, query and download YouTube content",
keywords=["Pafy", "API", "YouTube", "youtube", "download", "video"],
author="nagev",
Expand Down
2 changes: 1 addition & 1 deletion ytdl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ except ImportError:
raise


__version__ = "0.3.40"
__version__ = "0.3.41"
__author__ = "nagev"
__license__ = "GPLv3"

Expand Down

0 comments on commit 3635220

Please sign in to comment.