Skip to content

Commit c8e5c62

Browse files
committed
change version to v0.3.1
1 parent 04290ac commit c8e5c62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pytsmod"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
description = "An open-source Python library for audio time-scale modification."
55
authors = ["Sangeon Yong <koragon2@kaist.ac.kr>"]
66

pytsmod/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.3.0'
1+
__version__ = '0.3.1'
22

33
from .tdpsolatsm import *
44
from .wsolatsm import *

tests/test_pytsmod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == '0.3.0'
5+
assert __version__ == '0.3.1'

0 commit comments

Comments
 (0)