From 71298f0e935a4b67b66db98c6f3003c16cf0deb8 Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Mon, 16 Jul 2018 15:23:31 -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 8d8b228..cb02421 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='ripple_detection', - version='0.1.7.dev0', + version='0.1.8.dev0', license='MIT', description=('Tools for finding sharp-wave ripple events (150-250 Hz) ' 'from local field potentials.'),