Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
seyong92 committed Oct 15, 2022
1 parent 210a741 commit d201074
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pytsmod"
version = "0.3.5"
version = "0.3.6"
description = "An open-source Python library for audio time-scale modification."
authors = ["Sangeon Yong <koragon2@kaist.ac.kr>"]

Expand Down
2 changes: 1 addition & 1 deletion pytsmod/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.5'
__version__ = '0.3.6'

from .tdpsolatsm import *
from .wsolatsm import *
Expand Down

0 comments on commit d201074

Please sign in to comment.