Skip to content

Commit 3d6ebe1

Browse files
committed
Updated version number to v0.5.10.
1 parent d1c1c9a commit 3d6ebe1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xcoll"
3-
version = "0.5.10rc0"
3+
version = "0.5.10"
44
description = "Xsuite collimation package"
55
homepage = "https://github.com/xsuite/xcoll"
66
repository = "https://github.com/xsuite/xcoll"
@@ -26,7 +26,7 @@ ruamel-yaml = { version = "^0.17.31", optional = true }
2626
numpy = ">=1.0"
2727
pandas = ">=1.4"
2828
xobjects = ">=0.4.5"
29-
xdeps = ">=0.7.3"
29+
xdeps = ">=0.7.4"
3030
xpart = ">=0.19.1"
3131
xtrack = ">=0.69.7"
3232

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
from xcoll import __version__
77

88
def test_version():
9-
assert __version__ == '0.5.10rc0'
9+
assert __version__ == '0.5.10'

xcoll/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@
1212
# ======================
1313
# Do not change
1414
# ======================
15-
__version__ = '0.5.10rc0'
15+
__version__ = '0.5.10'
1616
# ======================

0 commit comments

Comments
 (0)