Skip to content

Commit 0b0548d

Browse files
author
github-actions
committed
[Release] 25.01.01
1 parent 1407c33 commit 0b0548d

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ description = "Compiled SPM package that can be called from Python"
44
readme = "README.md"
55
classifiers = [ "Intended Audience :: Science/Research", "Operating System :: OS Independent", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12",]
66
license = "GPL-2.0"
7-
license-files = ["LICENSE"]
7+
license-files = [ "LICENSE",]
88
requires-python = ">=3.9,<3.13"
99
dependencies = [ "matlab-runtime>=0.0.4",]
10-
version = "25.01.02+dev"
10+
version = "25.01.01"
1111
[[project.maintainers]]
1212
name = "Yael Balbastre"
1313
email = "y.balbastre@ucl.ac.uk"
1414

1515
[build-system]
16-
requires = ["setuptools >= 77.0", "wheel", "matlab_runtime"]
16+
requires = [ "setuptools >= 77.0", "wheel", "matlab_runtime",]
1717
build-backend = "setuptools.build_meta"
1818

1919
[project.optional-dependencies]

spm_runtime/_version.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
__version__ = "25.01.02"
2-
__matlab_release__ = "R2024b"
1+
__version__ = "25.01.01"
2+
__matlab_release__ = "R2025a"
3+
__spm_sha__ = "91553b8fa4bbd713b89166f258f83b12cafe35c2"

0 commit comments

Comments
 (0)