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 fb93438 commit 7cad995Copy full SHA for 7cad995
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "xcoll"
3
-version = "0.5.7rc0"
+version = "0.5.7"
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.7rc0'
+ assert __version__ == '0.5.7'
xcoll/general.py
@@ -12,5 +12,5 @@
12
# ======================
13
# Do not change
14
15
-__version__ = '0.5.7rc0'
+__version__ = '0.5.7'
16
0 commit comments