Release 0.2.0

This commit is contained in:
Karl Kroening 2019-07-05 19:17:30 -05:00
parent 1c9695d2a0
commit 78fb6cf2f1

View File

@ -1,7 +1,7 @@
from setuptools import setup from setuptools import setup
from textwrap import dedent from textwrap import dedent
version = '0.1.18' version = '0.2.0'
download_url = 'https://github.com/kkroening/ffmpeg-python/archive/v{}.zip'.format( download_url = 'https://github.com/kkroening/ffmpeg-python/archive/v{}.zip'.format(
version version
) )