Skip to content

Commit 8366472

Browse files
committed
correct package version in pyproject.toml
1 parent ff701fe commit 8366472

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "neo"
3-
version = "0.14.0.dev0"
3+
version = "0.14.0"
44
authors = [{name = "Neo authors and contributors"}]
55
description = "Neo is a package for representing electrophysiology data in Python, together with support for reading a wide range of neurophysiology file formats"
66
readme = "README.rst"
@@ -18,6 +18,7 @@ classifiers = [
1818
"Programming Language :: Python :: 3.10",
1919
"Programming Language :: Python :: 3.11",
2020
"Programming Language :: Python :: 3.12",
21+
"Programming Language :: Python :: 3.13",
2122
"Programming Language :: Python :: 3 :: Only",
2223
]
2324

@@ -48,7 +49,7 @@ test = [
4849
# "dhn_med_py<2.0", # ci failing with 2.0 test future version when stable
4950
"pytest",
5051
"pytest-cov",
51-
# datalad # this dependency is covered by conda (environment_testing.yml)
52+
# datalad # this dependency is covered by conda (environment_testing.yml)-- maybe moving straight to ci
5253
"scipy>=1.0.0",
5354
"pyedflib",
5455
"h5py",

0 commit comments

Comments
 (0)