We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 210a741 commit d201074Copy full SHA for d201074
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pytsmod"
3
-version = "0.3.5"
+version = "0.3.6"
4
description = "An open-source Python library for audio time-scale modification."
5
authors = ["Sangeon Yong <koragon2@kaist.ac.kr>"]
6
pytsmod/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '0.3.5'
+__version__ = '0.3.6'
from .tdpsolatsm import *
from .wsolatsm import *
0 commit comments