chore: create a 0.3.0 release to test cicd
Publish release to Gitea Packages / run (push) Successful in 10s

This commit is contained in:
Benjamin Labrecque
2026-07-24 14:46:28 +02:00
parent 109819d34c
commit 4e94b2a9a3
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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"
-1
View File
@@ -5,7 +5,6 @@ from random import gauss, seed
from os import system
import numpy as np
class Facility: