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 Oct 18, 2020
1 parent 2405c9f commit e40f503
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-10-01')
__date__ = date.fromisoformat('2020-10-17')
__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__ = '6.0.0'
__version__ = '6.0.1'

0 comments on commit e40f503

Please sign in to comment.