Skip to content

Commit eaa51af

Browse files
committed
Version and date bump
1 parent 3f54a21 commit eaa51af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acsuite/_metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from datetime import date
22

33
__author__ = 'Dave <orangechannel@pm.me>'
4-
__date__ = date.fromisoformat('2020-09-27')
4+
__date__ = date.fromisoformat('2020-10-01')
55
__credits__ = """AzraelNewtype, for the original audiocutter.py.
66
Ricardo Constantino (wiiaboo), for vfr.py from which this was inspired.
77
doop, for explaining the use of None for empty slicing.
88
Vardë, for fixing FFmpeg's >4GB WAV file issues.
99
"""
10-
__version__ = '6.0.0-alpha'
10+
__version__ = '6.0.0'

0 commit comments

Comments
 (0)