Skip to content

Commit

Permalink
Updated version number to v0.2.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
freddieknets committed Aug 16, 2023
1 parent 23ecb01 commit 4c6c82e
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.2.4"
version = "0.2.5"
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
@@ -1,5 +1,5 @@
from xcoll import __version__

def test_version():
assert __version__ == '0.2.4'
assert __version__ == '0.2.5'

2 changes: 1 addition & 1 deletion xcoll/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from .manager import CollimatorManager
from .colldb import CollimatorDatabase, load_SixTrack_colldb

__version__ = '0.2.4'
__version__ = '0.2.5'

0 comments on commit 4c6c82e

Please sign in to comment.