We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04290ac commit c8e5c62Copy full SHA for c8e5c62
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "pytsmod"
3
-version = "0.3.0"
+version = "0.3.1"
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.0'
+__version__ = '0.3.1'
from .tdpsolatsm import *
from .wsolatsm import *
tests/test_pytsmod.py
@@ -2,4 +2,4 @@
def test_version():
- assert __version__ == '0.3.0'
+ assert __version__ == '0.3.1'
0 commit comments