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