bump to 0.0.2

This commit is contained in:
Flávio Ribeiro
2015-11-21 21:08:53 -05:00
parent abb32c50e0
commit a49846cf0a

View File

@@ -86,6 +86,6 @@ def get_output_prefix():
return TMP_FRAMES_PATH + ("%032x_" % random.getrandbits(128))
if __name__ == "__main__":
arguments = docopt(__doc__, version='0.0.1')
arguments = docopt(__doc__, version='0.0.2')
generate_video_thumbnail(arguments)