From 370daeceaaa09ed124fe5da0867182aed636955f Mon Sep 17 00:00:00 2001 From: luiz Date: Tue, 6 Feb 2024 12:59:11 -0300 Subject: [PATCH] version update --- pyproject.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7c87a68..c1f623a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "spikeinterface_pipelines" -version = "0.0.7" +version = "0.0.8" description = "Collection of standardized analysis pipelines based on SpikeInterfacee." readme = "README.md" authors = [ @@ -9,7 +9,11 @@ authors = [ { name = "Luiz Tauffer", email = "luiz.tauffer@catalystneuro.com" }, ] requires-python = ">=3.8" -dependencies = ["spikeinterface[full,widgets]", "neo>=0.12.0", "pydantic>=2.4.2"] +dependencies = [ + "spikeinterface[full,widgets]", + "neo>=0.12.0", + "pydantic>=2.4.2", +] keywords = [ "spikeinterface", "spike sorting",