Skip to content

Commit 7425f00

Browse files
committed
update README, __init__.py and pyproject.toml for new version
1 parent bfc0f0a commit 7425f00

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# PyTSMod
22

33
[![PyPI](https://img.shields.io/pypi/v/pytsmod.svg)](https://pypi.python.org/pypi/pytsmod)
4-
[![Build Status](https://img.shields.io/travis/KAIST-MACLab/PyTSMod/main)](https://travis-ci.org/KAIST-MACLab/PyTSMod)
4+
[![Build Status](https://img.shields.io/github/workflow/status/KAIST-MACLab/PyTSMod/Python%20package)](https://github.com/KAIST-MACLab/PyTSMod/actions/workflows/python-package.yml)
55
![Python](https://img.shields.io/pypi/pyversions/pytsmod.svg)
66
![license](https://img.shields.io/github/license/KAIST-MACLab/PyTSMod.svg)
77
![downloads](https://img.shields.io/pypi/dm/pytsmod.svg)
@@ -46,11 +46,10 @@ $ poetry build
4646

4747
### Requirements
4848

49-
To use PyTSMod, Python with version >= 3.6 and following packages are required.
49+
To use the latest version of PyTSMod, Python with version >= 3.8 and following packages are required.
5050

51-
- NumPy (>=1.16.0)
52-
- SciPy (>=1.0.0)
53-
- libROSA (>=0.8.0)
51+
- NumPy (>=1.20.0)
52+
- SciPy (>=1.8.0)
5453
- soundfile (>=0.10.0)
5554

5655
## Using PyTSMod

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.3"
3+
version = "0.3.4"
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.3'
1+
__version__ = '0.3.4'
22

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

0 commit comments

Comments
 (0)