From 91b55c06868468887306938560d3090e40f08815 Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Tue, 5 Jun 2018 16:13:56 -0400 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c14c6f5..8d8b228 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='ripple_detection', - version='0.1.6.dev0', + version='0.1.7.dev0', license='MIT', description=('Tools for finding sharp-wave ripple events (150-250 Hz) ' 'from local field potentials.'),