Skip to content

Commit

Permalink
Fixing a bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
pseeth committed Sep 9, 2021
1 parent 841d06a commit 51c2acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion audiotools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
from .core import AudioSignal, STFTParams, Meter, util
from . import metrics
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="audiotools",
version="0.1.0",
version="0.1.1",
classifiers=[
"Intended Audience :: Developers",
"Intended Audience :: Education",
Expand Down

0 comments on commit 51c2acd

Please sign in to comment.