Skip to content

Commit 38e4d3d

Browse files
committed
Updated version number to v0.6.2.
1 parent 4106fe8 commit 38e4d3d

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.6.2rc0"
3+
version = "0.6.2"
44
description = "Xsuite collimation package"
55
homepage = "https://github.com/xsuite/xcoll"
66
repository = "https://github.com/xsuite/xcoll"
@@ -28,7 +28,7 @@ pandas = ">=1.4"
2828
xobjects = ">=0.5.0"
2929
xdeps = ">=0.10.5"
3030
xpart = ">=0.23.0"
31-
xtrack = ">=0.84.6"
31+
xtrack = ">=0.84.8"
3232

3333
[poetry.group.dev.dependencies]
3434
pytest = ">=7.3"

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

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

0 commit comments

Comments
 (0)