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 e647911 commit dc36842Copy full SHA for dc36842
pyproject.toml
@@ -7,7 +7,7 @@ license = "GPL-2.0"
7
license-files = [ "LICENSE",]
8
requires-python = ">=3.10,<3.14"
9
dependencies = [ "matlab-runtime>=0.0.4",]
10
-version = "25.01.02"
+version = "25.01.02.post1"
11
[[project.maintainers]]
12
name = "Yael Balbastre"
13
email = "y.balbastre@ucl.ac.uk"
spm_runtime/_version.py
@@ -1,3 +1,3 @@
1
-__version__ = "25.01.02"
+__version__ = "25.01.02.post1"
2
__matlab_release__ = "R2025b"
3
__spm_sha__ = "76167510b7190027995325d609a2365d9a7b6bc2"
0 commit comments