From 63ce540858a01a9360f1365777d76fd0acd570b6 Mon Sep 17 00:00:00 2001 From: "Keita F. Watanabe" Date: Thu, 7 Mar 2019 09:02:34 +0900 Subject: [PATCH] Minor update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 706c8dd..91d0158 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ import numpy setup( name='spykesim', - version='0.1.1', + version='0.1.2', description='Python module that offers functions for measuring the similarity between two segmented multi-neuronal spiking activities.', long_description=readme, author='Keita Watanabe',