Skip to content

Commit d2354b7

Browse files
committed
To v0.2.21
1 parent caab7f8 commit d2354b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

omv/engines/getxpp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def install_xpp(version='latest'):
1313
if version is None:
1414
version='latest'
1515
elif not version=='latest':
16-
raise Exception('Can currently only install the latest XPP tarball')
16+
raise Exception('Can currently only install the latest XPP version')
1717

1818
inform("Installing XPP", indent=2, verbosity=1)
1919
xppinstallpath = os.path.join(os.environ["HOME"])

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = OSBModelValidation
3-
version = 0.2.20
3+
version = 0.2.21
44
author = Boris Marin, Padraig Gleeson
55
author_email = [email protected]
66
url = https://github.com/OpenSourceBrain/osb-model-validation

0 commit comments

Comments
 (0)