We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eff62be commit 84d569cCopy full SHA for 84d569c
README.md
@@ -24,7 +24,7 @@ git clone git@github.com:jsingh811/pyAudioProcessing.git
24
cd pyAudioProcessing
25
pip install -e .
26
```
27
-and then, get the requirements by running
+and get the requirements by running
28
29
30
pip install -r requirements/requirements.txt
setup.py
@@ -23,7 +23,7 @@ def get_requirements(path=REQUIREMENTS_PATH):
23
setuptools.setup(
name='pyAudioProcessing',
- version='1.1.7',
+ version='1.1.8',
description='Audio processing-feature extraction and building machine learning models from audio data.',
long_description=long_description,
long_description_content_type="text/markdown",
0 commit comments