We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 971af57 + f90304f commit a9ad8dcCopy full SHA for a9ad8dc
omv/engines/getjnml.py
@@ -10,7 +10,7 @@
10
def install_jnml(version):
11
12
if not version:
13
- version = "v0.13.3"
+ version = "v0.14.0"
14
15
try:
16
jnmlhome = os.environ["JNML_HOME"]
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = OSBModelValidation
3
-version = 0.3.4
+version = 0.3.5
4
author = Boris Marin, Padraig Gleeson
5
author_email = [email protected]
6
url = https://github.com/OpenSourceBrain/osb-model-validation
0 commit comments