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 Sep 27, 2020
1 parent 677372c commit 79b7001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acsuite/_metadata.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from datetime import date

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

0 comments on commit 79b7001

Please sign in to comment.