Skip to content

Commit

Permalink
Updated version number to v0.5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddieknets committed Oct 8, 2024
1 parent d46c7d7 commit a75e8eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xcoll"
version = "0.5.4rc0"
version = "0.5.4"
description = "Xsuite collimation package"
homepage = "https://github.com/xsuite/xcoll"
repository = "https://github.com/xsuite/xcoll"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
from xcoll import __version__

def test_version():
assert __version__ == '0.5.4rc0'
assert __version__ == '0.5.4'
2 changes: 1 addition & 1 deletion xcoll/general.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
# ======================
# Do not change
# ======================
__version__ = '0.5.4rc0'
__version__ = '0.5.4'
# ======================

0 comments on commit a75e8eb

Please sign in to comment.