File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 55
66[tool .poetry ]
77name = " xboinc"
8- version = " 0.0.3 "
8+ version = " 0.1.0 "
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 11from xboinc import __version__
22
33def test_version ():
4- assert __version__ == '0.0.3 '
4+ assert __version__ == '0.1.0 '
55
Original file line number Diff line number Diff line change 2222// Do not change
2323// ===============================================================================================
2424// version XXX.YYY as int (no patch)
25- int64_t xboinc_exec_version = 0 ;
25+ int64_t xboinc_exec_version = 1 ;
2626// ===============================================================================================
2727
2828
Original file line number Diff line number Diff line change 1212# Do not change
1313# ==========================================================================================
1414
15- __version__ = '0.0.3 '
15+ __version__ = '0.1.0 '
1616
1717# These are the xsuite modules that are used by boinc and the versions they are tied to.
1818# This will be automatically updated from the active environment when making a minor release.
You can’t perform that action at this time.
0 commit comments