Skip to content

Commit 2a7e8aa

Browse files
committed
[MNT] Update metadata / bump version
1 parent 1796411 commit 2a7e8aa

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

pyproject.toml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,21 @@ dynamic = ["version"]
88
description = "Python bindings for the SPM software."
99
readme = "README.md"
1010
license = {file = "LICENSE"}
11-
authors = [
11+
maintainers = [
1212
{name = "Johan Medrano", email = "johan.medrano@ucl.ac.uk"},
13-
{name = "Yael Balbastre", email = "y.balbastre@ucl.ac.uk"},
13+
{name = "Yael Balbastre", email = "y.balbastre@ucl.ac.uk"}
14+
]
15+
authors = [
16+
{name = "Johan Medrano"},
17+
{name = "Yael Balbastre"},
1418
{name = "Yulia Bezsudnova"},
1519
{name = "Arthur Mitchell"},
1620
{name = "Peter Zeidman"},
1721
{name = "Olivia Kowalczyk"},
1822
]
1923
requires-python = ">=3.6,<3.13"
2024
classifiers = [
21-
"Development Status :: 4 - Beta",
25+
"Development Status :: 5 - Production/Stable",
2226
"License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
2327
"Programming Language :: Python :: 3.6",
2428
"Programming Language :: Python :: 3.7",

spm/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "25.1.2"
1+
__version__ = "25.1.2.post1"

0 commit comments

Comments
 (0)