Skip to content

Commit

Permalink
v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
twardoch committed May 1, 2023
1 parent f60e879 commit 12a215d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

AudioStretchy is a Python library that allows you to time-stretch audio signals without changing their pitch. It is a wrapper around the [audio-stretch](https://github.com/dbry/audio-stretch) library by David Bryant, which implements a sophisticated time-stretching algorithm for high-quality results.

Version: 1.0.5
Version: 1.0.7

## Features

Expand Down
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

[metadata]
name = audiostretchy
description = Add a short description here!
author = twardoch
author_email = [email protected]
description = Wrapper around the audio-stretch C library to time-stretch WAV files without changing their pitch
author = Adam Twardoch
author_email = adam+github@twardoch.com
license = BSD-3-Clause
license_files = LICENSE.txt
long_description = file: README.md
Expand Down Expand Up @@ -41,7 +41,7 @@ package_dir =
=src

# Require a min/specific Python version (comma-separated conditions)
# python_requires = >=3.8
python_requires = >=3.8

# Add here dependencies of your project (line-separated), e.g. requests>=2.2,<3.0.
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in
Expand Down

0 comments on commit 12a215d

Please sign in to comment.