-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #194 from BerkeleyLab/add-git-tag-to-json
Add git tag to JSON file to denote inference-engine version that reads and writes the format
- Loading branch information
Showing
3 changed files
with
256 additions
and
295 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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name = "inference-engine" | ||
version = "0.11.1" | ||
version = "0.13.0" | ||
license = "see LICENSE.txt" | ||
author = "Damian Rouson, Tan Nguyen, Jordan Welsman, David Torres, Brad Richardson, Katherine Rasmussen, Federica Villani" | ||
author = "Damian Rouson, Tan Nguyen, Jordan Welsman, David Torres, Brad Richardson, Katherine Rasmussen, Federica Villani, Dan Bonachea" | ||
maintainer = "[email protected]" | ||
|
||
[dependencies] | ||
assert = {git = "https://github.com/sourceryinstitute/assert", tag = "1.7.0"} | ||
|
||
[dev-dependencies] | ||
julienne = {git = "https://github.com/berkeleylab/julienne"} | ||
julienne = {git = "https://github.com/berkeleylab/julienne", tag = "1.1.1"} |
Oops, something went wrong.