-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update version to support api v2.1.3
- Loading branch information
Mingjian Wen
committed
Aug 28, 2019
1 parent
8d1c0d7
commit 0d6010b
Showing
4 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 ([email protected]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|