Skip to content

Commit

Permalink
Merge 41c5417 into 79829fe
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsalamon committed Jul 27, 2018
2 parents 79829fe + 41c5417 commit be487c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scaper/audio.py
Expand Up @@ -93,7 +93,7 @@ def get_integrated_lufs(filepath, min_duration=0.5):
tmpfiles = []
with _close_temp_files(tmpfiles):
concat_file = tempfile.NamedTemporaryFile(suffix='.wav',
delete=True)
delete=False)
tmpfiles.append(concat_file)

cbn = sox.Combiner()
Expand Down
2 changes: 1 addition & 1 deletion scaper/version.py
Expand Up @@ -3,4 +3,4 @@
"""Version info"""

short_version = '0.2'
version = '0.2.0'
version = '0.2.1'

0 comments on commit be487c6

Please sign in to comment.