File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
66[tool .poetry ]
77name = " xboinc"
8- version = " 0.4.2rc0 "
8+ version = " 0.4.2 "
99description = " Xsuite BOINC interface"
1010homepage = " https://github.com/xsuite/xboinc"
1111repository = " https://github.com/xsuite/xboinc"
Original file line number Diff line number Diff line change 1212
1313
1414def test_version ():
15- assert __version__ == '0.4.2rc0 '
15+ assert __version__ == '0.4.2 '
1616
1717
1818def test_xb_ver ():
Original file line number Diff line number Diff line change 1212# Do not change
1313# ==============================================================================
1414
15- __version__ = '0.4.2rc0 '
15+ __version__ = '0.4.2 '
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
You can’t perform that action at this time.
0 commit comments