From 27d05d4141c56ed78876f41d89fed814d0bf60ed Mon Sep 17 00:00:00 2001 From: Eric Denovellis Date: Wed, 28 Nov 2018 13:48:25 -0500 Subject: [PATCH] Bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69da8ed..c92870b 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name='replay_classification', - version='0.6.0', + version='0.6.1', license='GPL-3.0', description=('Non-parametric categorization of replay content from' ' multiunit spiking activity'),