Skip to content

Commit

Permalink
version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnekaunisto committed May 24, 2019
1 parent 39fad04 commit 90a6b81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions examples/example_youtube_upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
#video.set_default_language("english")

#status
#video.set_embeddable(True)
#video.set_license("creativeCommon")
#video.set_privacy_status("private")
#video.set_public_stats_viewable(True)
video.set_embeddable(True)
video.set_license("creativeCommon")
video.set_privacy_status("private")
video.set_public_stats_viewable(True)

print(video.default_language)

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 @@
from setuptools.command.test import test as TestCommand

MAJOR = 0
MINOR = 1
MINOR = 2
MICRO = 0
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 90a6b81

Please sign in to comment.