File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " xcoll"
3- version = " 0.6.1rc0 "
3+ version = " 0.6.1 "
44description = " Xsuite collimation package"
55homepage = " https://github.com/xsuite/xcoll"
66repository = " https://github.com/xsuite/xcoll"
@@ -28,7 +28,7 @@ pandas = ">=1.4"
2828xobjects = " >=0.5.0"
2929xdeps = " >=0.10.5"
3030xpart = " >=0.23.0"
31- xtrack = " >=0.84.5 "
31+ xtrack = " >=0.84.6 "
3232
3333[poetry .group .dev .dependencies ]
3434pytest = " >=7.3"
Original file line number Diff line number Diff line change 66from xcoll import __version__
77
88def test_version ():
9- assert __version__ == '0.6.1rc0 '
9+ assert __version__ == '0.6.1 '
Original file line number Diff line number Diff line change 1212# ======================
1313# Do not change
1414# ======================
15- __version__ = '0.6.1rc0 '
15+ __version__ = '0.6.1 '
1616# ======================
You can’t perform that action at this time.
0 commit comments