File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 15
15
fail-fast : false
16
16
matrix :
17
17
platform : [windows-latest, macos-latest, ubuntu-latest]
18
- python-version : ["3.8", "3.13 "]
18
+ python-version : ["3.8", "3.12 "]
19
19
20
20
steps :
21
21
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ build-backend = "scikit_build_core.build"
8
8
9
9
[project ]
10
10
name = " python-stretch"
11
- version = " 0.3.0 "
12
- description = " A Python Wrapper of the Signalsmith Stretch C++ library for pitch and time stretching"
11
+ version = " 0.3.1 "
12
+ description = " Simple python library for pitch shifting and time stretching"
13
13
readme = " README.md"
14
14
requires-python = " >=3.8"
15
15
authors = [
Original file line number Diff line number Diff line change 1
1
# This file is required to make Python treat the directories as containing packages
2
2
__doc__ = "A simple python library for pitch shifting and time stretching"
3
- __version__ = "0.3.0 "
3
+ __version__ = "0.3.1 "
4
4
5
5
from . import Signalsmith
You can’t perform that action at this time.
0 commit comments