Skip to content

Commit 25a5020

Browse files
committed
Bump version number
1 parent 34aacea commit 25a5020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313

1414
setup(
1515
name='xtrack',
16-
version='0.2.1',
16+
version='0.2.2',
1717
description='Tracking library for particle accelerators',
1818
url='https://github.com/xsuite/xtrack',
1919
author='Riccard De Maria, Giovanni Iadarola',
2020
packages=find_packages(),
2121
ext_modules = extensions,
2222
install_requires=[
2323
'numpy>=1.0',
24-
'xobjects>=0.0.7',
24+
'xobjects>=0.0.8',
2525
'xline'
2626
]
2727
)

0 commit comments

Comments
 (0)