From 6dd1dcf8b68f3e70670a2224ffae2be1d376a7a7 Mon Sep 17 00:00:00 2001 From: giadarol Date: Sun, 8 Sep 2024 19:35:30 +0200 Subject: [PATCH] Bump versions --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index afbba7c0..60cc397c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,9 +2,9 @@ requires = [ 'setuptools>=64', 'setuptools-scm[toml]>=8', - "xtrack==0.66.0", + "xtrack==0.66.1", "xfields==0.20.3", - "xcoll==0.5.0", + "xcoll==0.5.1", "xobjects==0.4.4", "xdeps==0.6.3", "xpart==0.18.6", @@ -25,9 +25,9 @@ readme = "README.md" requires-python = ">=3.8" license = {file = "LICENSE"} dependencies = [ - "xtrack==0.66.0", + "xtrack==0.66.1", "xfields==0.20.3", - "xcoll==0.5.0", + "xcoll==0.5.1", "xobjects==0.4.4", "xdeps==0.6.3", "xpart==0.18.6",