From bbab15f8cf4f9ae137189a28126feeb1dca8db2b Mon Sep 17 00:00:00 2001 From: zm711 <92116279+zm711@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:05:54 -0500 Subject: [PATCH] update back to dev --- codemeta.json | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codemeta.json b/codemeta.json index 1d37611a1..9685e25a1 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,8 +4,8 @@ "license": "https://spdx.org/licenses/BSD-3-Clause", "codeRepository": "https://github.com/NeuralEnsemble/python-neo", "contIntegration": "https://github.com/NeuralEnsemble/python-neo/actions", - "dateModified": "2025-01-17", - "downloadUrl": "", + "dateModified": "2025-01-20", + "downloadUrl": "https://files.pythonhosted.org/packages/3b/91/c3630d766b3b959f8e604d8d41580c78973ece5f1e070b13bd9755dba60b/neo-0.14.0.tar.gz", "issueTracker": "https://github.com/NeuralEnsemble/python-neo/issues", "name": "Neo", "version": "0.14.0", diff --git a/pyproject.toml b/pyproject.toml index b09a0973b..5174b091f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "neo" -version = "0.14.0" +version = "0.15.0.dev0" 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"