Skip to content

Commit

Permalink
Bump version in init.py
Browse files Browse the repository at this point in the history
  • Loading branch information
scottbreyfogle committed Oct 24, 2024
1 parent 1252e1d commit 972d758
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions audiotools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
__version__ = "0.7.3"
from .core import AudioSignal
from .core import STFTParams
from .core import Meter
from .core import util
from . import metrics
from . import data
from . import ml
from .data import datasets
from .data import transforms
__version__ = "0.7.4"
from . import data, metrics, ml
from .core import AudioSignal, Meter, STFTParams, util
from .data import datasets, transforms

0 comments on commit 972d758

Please sign in to comment.