mirror of
https://github.com/timsainb/noisereduce.git
synced 2022-05-11 23:09:24 +03:00
updated version
This commit is contained in:
4
setup.py
4
setup.py
@@ -6,7 +6,7 @@ with open("README.md", "r") as fh:
|
||||
setup(
|
||||
name="noisereduce",
|
||||
packages=find_packages(),
|
||||
version="1.0.1",
|
||||
version="1.1.0",
|
||||
description="Noise reduction using Spectral Gating in python",
|
||||
author="Tim Sainburg",
|
||||
license="MIT",
|
||||
@@ -25,4 +25,4 @@ setup(
|
||||
extras_require={
|
||||
'Tensorflow': ["tensorflow>=2.0"],
|
||||
}
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user