From ac9adf19009c7b4bd8d5120cba739202e19ed637 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Fri, 2 Feb 2024 15:56:00 +0100 Subject: [PATCH] Bump up to v0.13.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 480a183d3..b3e89e6fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "neo" -version = "0.13.0.dev0" +version = "0.13.0" authors = [{name = "Neo authors and contributors"}] description = "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats" readme = "README.rst"