Skip to content

Commit 3c3aed7

Browse files
committed
Updated version number to v0.5.11.
1 parent c674931 commit 3c3aed7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xcoll"
3-
version = "0.5.11rc0"
3+
version = "0.5.11"
44
description = "Xsuite collimation package"
55
homepage = "https://github.com/xsuite/xcoll"
66
repository = "https://github.com/xsuite/xcoll"
@@ -26,13 +26,13 @@ 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.4"
30-
xpart = ">=0.19.1"
31-
xtrack = ">=0.69.7"
29+
xdeps = ">=0.8.1"
30+
xpart = ">=0.19.3"
31+
xtrack = ">=0.70.3"
3232

3333
[tool.poetry.dev-dependencies]
3434
pytest = ">=7.3"
35-
xaux = ">=0.2.2"
35+
xaux = ">=0.2.1"
3636

3737
[tool.poetry.extras]
3838
tests = ["pytest", "ruamel-yaml", "pytest-html", "pytest-xdist"]

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.11rc0'
9+
assert __version__ == '0.5.11'

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.11rc0'
15+
__version__ = '0.5.11'
1616
# ======================

0 commit comments

Comments
 (0)