Skip to content

Commit b45caec

Browse files
committed
Updated version number to v0.5.0.
1 parent 31065bc commit b45caec

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[tool.poetry]
77
name = "xboinc"
8-
version = "0.5.0rc0"
8+
version = "0.5.0"
99
description = "Xsuite BOINC interface"
1010
homepage = "https://github.com/xsuite/xboinc"
1111
repository = "https://github.com/xsuite/xboinc"
@@ -24,7 +24,7 @@ include = [ "LICENSE", "NOTICE" ]
2424
python = '>=3.9'
2525
numpy = '>=1.0'
2626
packaging = '>=23.0'
27-
xobjects = ">=0.5.0"
27+
xobjects = ">=0.5.3"
2828
xdeps = '==0.10.5'
2929
xpart = '==0.23.0'
3030
xtrack = '==0.84.7'

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313

1414
def test_version():
15-
assert __version__ == '0.5.0rc0'
15+
assert __version__ == '0.5.0'
1616

1717

1818
def test_xb_ver():

xboinc/general.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# Do not change
1313
# ==============================================================================
1414

15-
__version__ = '0.5.0rc0'
15+
__version__ = '0.5.0'
1616

1717
# These are the xsuite modules that are used by boinc and the versions they are
1818
# tied to. This will be automatically updated from the active environment when

0 commit comments

Comments
 (0)