From 09046ad3f7ff8edc3a015a2f08631ecfc6c90ae7 Mon Sep 17 00:00:00 2001 From: "Ryan S. Elliott" Date: Sat, 12 May 2018 10:08:09 -0500 Subject: [PATCH] Update to kim-api-v1.9.5 Fixes the 'everything' option --- lib/kim/Install.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/kim/Install.py b/lib/kim/Install.py index 3f1d9fb191..d098250906 100644 --- a/lib/kim/Install.py +++ b/lib/kim/Install.py @@ -21,7 +21,7 @@ Syntax from lib dir: python Install.py -b -v version -a kim-name specify one or more options, order does not matter -v = version of KIM API library to use - default = kim-api-v1.9.4 (current as of Apr 2018) + default = kim-api-v1.9.5 (current as of May 2018) -b = download and build base KIM API library with example Models this will delete any previous installation in the current folder -n = do NOT download and build base KIM API library. @@ -109,7 +109,7 @@ nargs = len(args) if nargs == 0: error() thisdir = os.environ['PWD'] -version = "kim-api-v1.9.4" +version = "kim-api-v1.9.5" buildflag = False everythingflag = False