Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergree committed Oct 19, 2022
1 parent 588ebca commit e30c4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion matchering/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
__license__ = "GPLv3"
__copyright__ = "Copyright (C) 2016-2022 Sergree"

__version__ = "2.0.5"
__version__ = "2.0.6"

from .log.handlers import set_handlers as log
from .results import Result, pcm16, pcm24
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="matchering",
version="2.0.5",
version="2.0.6",
author="Sergree",
author_email="[email protected]",
description="Audio Matching and Mastering Python Library",
Expand Down

0 comments on commit e30c4bb

Please sign in to comment.