We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412b519 commit a668f73Copy full SHA for a668f73
pyproject.toml
@@ -4,11 +4,13 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "spm-python"
7
-version = "25.01-alpha1.dev15"
+version = "25.01.beta1"
8
description = "Python bindings for the SPM software."
9
readme = "README.md"
10
license = {file = "LICENSE"}
11
-authors = [{name = "Johan Medrano", email = "johan.medrano@ucl.ac.uk"}]
+authors = [
12
+ {name = "Johan Medrano", email = "johan.medrano@ucl.ac.uk"},
13
+ {name = "Yael Balbastre", email = "y.balbastre@ucl.ac.yk"}]
14
requires-python = ">=3.9,<3.13"
15
classifiers = [
16
"Development Status :: 3 - Alpha",
0 commit comments