Skip to content

Commit da0a779

Browse files
committed
Updated version number to v0.5.3.
1 parent 80e7852 commit da0a779

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "xcoll"
3-
version = "0.5.3rc0"
3+
version = "0.5.3"
44
description = "Xsuite collimation package"
55
homepage = "https://github.com/xsuite/xcoll"
66
repository = "https://github.com/xsuite/xcoll"

tests/test_version.py

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

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

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

0 commit comments

Comments
 (0)