Skip to content

Commit d6701bb

Browse files
committed
Updated version number to v0.2.0.
1 parent b4de101 commit d6701bb

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.1.2"
3+
version = "0.2.0"
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.1.2'
4+
assert __version__ == '0.2.0'
55

xcoll/__init__.py

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

9-
__version__ = '0.1.2'
9+
__version__ = '0.2.0'

0 commit comments

Comments
 (0)