updated version

This commit is contained in:
timsainb
2020-01-23 22:37:19 -08:00
parent 3be80f0fe3
commit aa3ac69f5b

View File

@@ -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"],
}
)
)