8000 Release version 0.1.11 · monir-dev/ffmpeg-python@90561c7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 90561c7

Browse files
committed
Release version 0.1.11
1 parent 2a2d5a4 commit 90561c7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
from setuptools import setup
22
from textwrap import dedent
3-
import subprocess
43

5-
version = '0.1.10'
4+
version = '0.1.11'
65
download_url = 'https://github.com/kkroening/ffmpeg-python/archive/v{}.zip'.format(version)
76

87
long_description = dedent("""\

0 commit comments

Comments
 (0)
0