Skip to content

Commit

Permalink
Version and date bump
Browse files Browse the repository at this point in the history
  • Loading branch information
OrangeChannel committed Jun 29, 2020
1 parent 500724a commit af4bbbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acsuite/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Frame-based cutting/trimming/splicing of audio with VapourSynth."""
__all__ = ['eztrim']
__author__ = 'Dave <orangechannel@pm.me>'
__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.
"""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit af4bbbb

Please sign in to comment.