We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 500724a commit af4bbbbCopy full SHA for af4bbbb
acsuite/__init__.py
@@ -1,7 +1,7 @@
1
"""Frame-based cutting/trimming/splicing of audio with VapourSynth."""
2
__all__ = ['eztrim']
3
__author__ = 'Dave <orangechannel@pm.me>'
4
-__date__ = '13 June 2020'
+__date__ = '29 June 2020'
5
__credits__ = """AzraelNewtype, for the original audiocutter.py.
6
Ricardo Constantino (wiiaboo), for vfr.py from which this was inspired.
7
"""
setup.py
@@ -8,7 +8,7 @@
8
9
setuptools.setup(
10
name="acsuite-orangechannel",
11
- version="4.1.2",
+ version="4.1.3",
12
description="Frame-based cutting/trimming/splicing of audio with VapourSynth.",
13
long_description=long_description,
14
long_description_content_type="text/markdown",
0 commit comments