diff --git a/acsuite/__init__.py b/acsuite/__init__.py index f517117..da76f4e 100644 --- a/acsuite/__init__.py +++ b/acsuite/__init__.py @@ -1,7 +1,7 @@ """Frame-based cutting/trimming/splicing of audio with VapourSynth.""" __all__ = ['eztrim'] __author__ = 'Dave ' -__date__ = '13 June 2020' +__date__ = '29 June 2020' __credits__ = """AzraelNewtype, for the original audiocutter.py. Ricardo Constantino (wiiaboo), for vfr.py from which this was inspired. """ diff --git a/setup.py b/setup.py index 674c465..8adcb03 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="acsuite-orangechannel", - version="4.1.2", + version="4.1.3", description="Frame-based cutting/trimming/splicing of audio with VapourSynth.", long_description=long_description, long_description_content_type="text/markdown",