Skip to content

Commit af4bbbb

Browse files
committed
Version and date bump
1 parent 500724a commit af4bbbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

acsuite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"""Frame-based cutting/trimming/splicing of audio with VapourSynth."""
22
__all__ = ['eztrim']
33
__author__ = 'Dave <orangechannel@pm.me>'
4-
__date__ = '13 June 2020'
4+
__date__ = '29 June 2020'
55
__credits__ = """AzraelNewtype, for the original audiocutter.py.
66
Ricardo Constantino (wiiaboo), for vfr.py from which this was inspired.
77
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="acsuite-orangechannel",
11-
version="4.1.2",
11+
version="4.1.3",
1212
description="Frame-based cutting/trimming/splicing of audio with VapourSynth.",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)