cicd: bump version
Publish release to Gitea Packages / run (push) Successful in 10s

This commit is contained in:
Benjamin Labrecque
2026-07-27 13:49:18 +02:00
parent 2d94f2eefb
commit 284d807672
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "sls2om"
version = "0.7.0"
version = "0.8.0"
description = "SLS2 Online Model for beam dynamics"
requires-python = ">=3.9"
-1
View File
@@ -23,7 +23,6 @@ class AcceleratorToolbox():
def __init__(self):
pass
def openFile(self,name='SLS2.m'):
self.fout=open(name,'w')