Skip to content

Commit f7a2357

Browse files
committed
Updated version number to v0.1.5.
1 parent ba6ad1b commit f7a2357

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

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

66
[tool.poetry]
77
name = "xboinc"
8-
version = "0.1.4"
8+
version = "0.1.5"
99
description = "Xsuite BOINC interface"
1010
homepage = "https://github.com/xsuite/xboinc"
1111
repository = "https://github.com/xsuite/xboinc"

tests/test_00_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.1.4'
15+
assert __version__ == '0.1.5'
1616

1717

1818
def test_sim_ver():

xboinc/general.py

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

16-
__version__ = '0.1.4'
16+
__version__ = '0.1.5'
1717

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

0 commit comments

Comments
 (0)