Skip to content

Commit 8643a71

Browse files
committed
Updated version
1 parent c14e463 commit 8643a71

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.2.5"
3+
version = "0.2.6"
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
@@ -1,5 +1,5 @@
11
from xcoll import __version__
22

33
def test_version():
4-
assert __version__ == '0.2.5'
4+
assert __version__ == '0.2.6'
55

xcoll/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
from .manager import CollimatorManager
66
from .colldb import CollimatorDatabase, load_SixTrack_colldb
77

8-
__version__ = '0.2.5'
8+
__version__ = '0.2.6'

0 commit comments

Comments
 (0)