Skip to content

Commit

Permalink
Update version to support api v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mingjian Wen committed Aug 28, 2019
1 parent 8d1c0d7 commit 0d6010b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down Expand Up @@ -87,3 +87,7 @@ All the attributes of the module are listed under `DATA`. For example,
...
particleSpeciesCodes = particleSpeciesCodes


## Contact

Mingjian Wen ([email protected])
1 change: 1 addition & 0 deletions api_compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion kimpy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.1"
__version__ = "0.3.2"

# import all modules
from . import model
Expand Down

0 comments on commit 0d6010b

Please sign in to comment.