Skip to content

Commit 84d569c

Browse files
committed
Version bump
1 parent eff62be commit 84d569c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ git clone git@github.com:jsingh811/pyAudioProcessing.git
2424
cd pyAudioProcessing
2525
pip install -e .
2626
```
27-
and then, get the requirements by running
27+
and get the requirements by running
2828

2929
```
3030
pip install -r requirements/requirements.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def get_requirements(path=REQUIREMENTS_PATH):
2323

2424
setuptools.setup(
2525
name='pyAudioProcessing',
26-
version='1.1.7',
26+
version='1.1.8',
2727
description='Audio processing-feature extraction and building machine learning models from audio data.',
2828
long_description=long_description,
2929
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)