Skip to content
Snippets Groups Projects
Commit 09046ad3 authored by Ryan S. Elliott's avatar Ryan S. Elliott
Browse files

Update to kim-api-v1.9.5

Fixes the 'everything' option
parent 3440b1a2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment