From c97b40d8e06c3d1302b5848db954b343acdd06f9 Mon Sep 17 00:00:00 2001 From: Andrew Davison Date: Fri, 2 Feb 2024 17:27:53 +0100 Subject: [PATCH] bump version number [skip ci] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b3e89e6fc..050816947 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "neo" -version = "0.13.0" +version = "0.13.1.dev" 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"