Skip to content

Commit

Permalink
bump version [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Jan 14, 2024
1 parent 982e2c4 commit 7b22607
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ewave.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <dan // AT // meliza.org>
Copyright (C) 2012-2023 Dan Meliza <dan // AT // meliza.org>
"""
from pathlib import Path
Expand All @@ -44,7 +44,7 @@
WAVE_FORMAT_IEEE_FLOAT = 0x0003
WAVE_FORMAT_EXTENSIBLE = 0xFFFE

__version__ = "1.0.7"
__version__ = "1.0.8"


class Error(Exception):
Expand Down

0 comments on commit 7b22607

Please sign in to comment.