From 0774e92ecea9aeaed8a8f0ad1cea7cc635f44224 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 3 Aug 2019 06:40:31 -0400 Subject: [PATCH] use KIM-API 2.1.2 consistently with CMake and conventional build system --- lib/kim/Install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kim/Install.py b/lib/kim/Install.py index de22950639..836b5ba205 100644 --- a/lib/kim/Install.py +++ b/lib/kim/Install.py @@ -18,7 +18,7 @@ parser = ArgumentParser(prog='Install.py', # settings thisdir = fullpath('.') -version = "kim-api-2.1.1" +version = "kim-api-2.1.2" # help message