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 b4de101 commit d6701bbCopy full SHA for d6701bb
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "xcoll"
3
-version = "0.1.2"
+version = "0.2.0"
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.1.2'
+ assert __version__ == '0.2.0'
xcoll/__init__.py
@@ -6,4 +6,4 @@
from .manager import CollimatorManager
7
from .colldb import CollimatorDatabase, load_SixTrack_colldb
8
9
-__version__ = '0.1.2'
+__version__ = '0.2.0'
0 commit comments