We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90972d commit f438847Copy full SHA for f438847
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "xcoll"
3
-version = "0.5.5rc0"
+version = "0.5.5"
4
description = "Xsuite collimation package"
5
homepage = "https://github.com/xsuite/xcoll"
6
repository = "https://github.com/xsuite/xcoll"
tests/test_version.py
@@ -6,4 +6,4 @@
from xcoll import __version__
7
8
def test_version():
9
- assert __version__ == '0.5.5rc0'
+ assert __version__ == '0.5.5'
xcoll/general.py
@@ -12,5 +12,5 @@
12
# ======================
13
# Do not change
14
15
-__version__ = '0.5.5rc0'
+__version__ = '0.5.5'
16
0 commit comments