From 3ca1638bff05bc40a2a1c2c1f1aa16dc9caf04b0 Mon Sep 17 00:00:00 2001 From: "Keita F. Watanabe" Date: Sat, 9 Mar 2019 10:09:53 +0900 Subject: [PATCH] the first stable version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7356bbc..9e69efd 100755 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ import numpy setup( name='spykesim', - version='0.1.9', + version='1.0.0', description='Python module that offers functions for measuring the similarity between two segmented multi-neuronal spiking activities.', long_description=readme, author='Keita Watanabe',