diff --git a/.travis.yml b/.travis.yml index bfc2b0b..0bad705 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: # environment variable - export KIMPY_DIR=$PWD - - export KIM_API_VERSION=2.1.2 + - export KIM_API_VERSION=2.1.3 install: diff --git a/README.md b/README.md index 37c3d44..dbdc1de 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ API, see: https://openkim.org/kim-api/ ## Installation -### Package managers +### package managers ``` $ pip install kimpy ``` -### From source +### from source Get the source ``` @@ -87,3 +87,7 @@ All the attributes of the module are listed under `DATA`. For example, ... particleSpeciesCodes = particleSpeciesCodes + +## Contact + +Mingjian Wen (wenxx151@umn.edu) diff --git a/api_compatibility.txt b/api_compatibility.txt index 299d4e2..7c1be6b 100644 --- a/api_compatibility.txt +++ b/api_compatibility.txt @@ -15,3 +15,4 @@ 0.2.4 2.0.2 2.0.2 0.3.0 2.1.2 2.1.2 0.3.1 2.1.2 2.1.2 +0.3.2 2.1.3 2.1.2 diff --git a/kimpy/__init__.py b/kimpy/__init__.py index e88e309..abc4781 100644 --- a/kimpy/__init__.py +++ b/kimpy/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.1" +__version__ = "0.3.2" # import all modules from . import model