diff --git a/pyproject.toml b/pyproject.toml index 1e59914..0b00e58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "sls2om" -version = "0.1.0" +version = "0.2.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 d27dc30..a6f8902 100644 --- a/src/sls2om/OMFacility.py +++ b/src/sls2om/OMFacility.py @@ -1,4 +1,3 @@ - from copy import deepcopy, copy from math import *