From 575ac8d9b92294c32f0cf28f1b6c04254c1ec2c1 Mon Sep 17 00:00:00 2001 From: Johan Medrano Date: Fri, 6 Dec 2024 13:49:30 +0000 Subject: [PATCH] Update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 70442a99..b032d7c6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "spm-python" -version = "25.01-alpha1.dev12" +version = "25.01-alpha1.dev14" description = "Python bindings for the SPM software." readme = "README.md" license = {file = "LICENSE"}