diff --git a/codemeta.json b/codemeta.json index f1340f9fb..a4ce75452 100644 --- a/codemeta.json +++ b/codemeta.json @@ -5,7 +5,7 @@ "codeRepository": "https://github.com/NeuralEnsemble/python-neo", "contIntegration": "https://github.com/NeuralEnsemble/python-neo/actions", "dateModified": "2026-06-25", - "downloadUrl": "", + "downloadUrl": "https://files.pythonhosted.org/packages/f0/ee/168b94170399e21d68cba4efb79f532e81b2cb3ce747d642d95370da8882/neo-0.14.5.tar.gz", "issueTracker": "https://github.com/NeuralEnsemble/python-neo/issues", "name": "Neo", "version": "0.14.5", diff --git a/pyproject.toml b/pyproject.toml index 5223256b3..d21d4181c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "neo" -version = "0.14.5" +version = "0.15.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"