From 7b226071ec9b54b3a89815ce72c47881787d8a34 Mon Sep 17 00:00:00 2001 From: Dan Meliza Date: Sat, 13 Jan 2024 20:51:07 -0500 Subject: [PATCH] bump version [ci skip] --- ewave.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ewave.py b/ewave.py index ea48383..4dffc48 100644 --- a/ewave.py +++ b/ewave.py @@ -24,7 +24,7 @@ where the container sizes don't correspond to mmapable types (e.g. 24 bit). Try libsndfile for those sorts of files. -Copyright (C) 2012-2021 Dan Meliza +Copyright (C) 2012-2023 Dan Meliza """ from pathlib import Path @@ -44,7 +44,7 @@ WAVE_FORMAT_IEEE_FLOAT = 0x0003 WAVE_FORMAT_EXTENSIBLE = 0xFFFE -__version__ = "1.0.7" +__version__ = "1.0.8" class Error(Exception):