Update setup.py

This commit is contained in:
Karl Kroening 2017-05-27 18:43:52 -10:00
parent 9bdde2842e
commit 19809fd0eb

View File

@ -67,7 +67,7 @@ keywords = misc_keywords + file_formats + filter_names
setup( setup(
name = 'ffmpeg-python', name = 'ffmpeg-python',
packages = ['ffmpeg'], packages = ['ffmpeg'],
version = '0.1.2', version = '0.1.3',
description = 'Python bindings for FFmpeg - with support for complex filtering', description = 'Python bindings for FFmpeg - with support for complex filtering',
author = 'Karl Kroening', author = 'Karl Kroening',
author_email = 'karlk@kralnet.us', author_email = 'karlk@kralnet.us',