From 4e94b2a9a3324230ef3c2497ccfe3e443689bbf4 Mon Sep 17 00:00:00 2001 From: Benjamin Labrecque Date: Fri, 24 Jul 2026 14:46:28 +0200 Subject: [PATCH] chore: create a 0.3.0 release to test cicd --- pyproject.toml | 2 +- src/sls2om/OMFacility.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0b00e58..6a63ff5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sls2om" -version = "0.2.0" +version = "0.3.0" description = "SLS2 Online Model for beam dynamics" requires-python = ">=3.9" diff --git a/src/sls2om/OMFacility.py b/src/sls2om/OMFacility.py index a6f8902..fcb0c02 100644 --- a/src/sls2om/OMFacility.py +++ b/src/sls2om/OMFacility.py @@ -5,7 +5,6 @@ from random import gauss, seed from os import system - import numpy as np class Facility: