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 c14e463 commit 8643a71Copy full SHA for 8643a71
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "xcoll"
3
-version = "0.2.5"
+version = "0.2.6"
4
description = "Xsuite collimation package"
5
homepage = "https://github.com/xsuite/xcoll"
6
repository = "https://github.com/xsuite/xcoll"
tests/test_version.py
@@ -1,5 +1,5 @@
from xcoll import __version__
def test_version():
- assert __version__ == '0.2.5'
+ assert __version__ == '0.2.6'
xcoll/__init__.py
@@ -5,4 +5,4 @@
from .manager import CollimatorManager
from .colldb import CollimatorDatabase, load_SixTrack_colldb
7
8
-__version__ = '0.2.5'
+__version__ = '0.2.6'
0 commit comments