From 52d8e625c148d997076fe34a5381d2238fe18dd7 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Mon, 27 Jul 2026 13:17:53 +0200 Subject: [PATCH] chore: bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6a719d2..5f2dc26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sls2om" -version = "0.5.0" +version = "0.6.0" description = "SLS2 Online Model for beam dynamics" requires-python = ">=3.9"