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 d7b3fe2 commit e371a05Copy full SHA for e371a05
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "xcoll"
3
-version = "0.3.0a0"
+version = "0.3.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.3.0a0'
+ assert __version__ == '0.3.0'
xcoll/general.py
@@ -10,5 +10,5 @@
10
# ===================
11
# Do not change
12
13
-__version__ = '0.3.0a0'
+__version__ = '0.3.0'
14
0 commit comments