diff --git a/setup.py b/setup.py index 26321ac8..f5286054 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='ruptures', - version='1.0.4', + version='1.0.5', packages=find_packages(exclude=['docs', 'tests*', 'images']), install_requires=['numpy', 'scipy'], extras_require={