Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/caltechlibrary/ames
Browse files Browse the repository at this point in the history
  • Loading branch information
tmorrell committed Mar 8, 2018
2 parents 5dbbee6 + a09eb6b commit 5837f6e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"codeRepository": "https://github.com/caltechlibrary/ames",
"issueTracker": "https://github.com/caltechlibrary/ames/issues",
"license": "https://data.caltech.edu/license",
"version": "0.0.4",
"version": "0.0.5",
"author": [
{
"@type": "Person",
Expand All @@ -17,7 +17,7 @@
"@id": "https://orcid.org/0000-0001-9266-5146"
}],
"developmentStatus": "active",
"downloadUrl": "https://github.com/caltechlibrary/ames/archive/0.0.4.zip",
"downloadUrl": "https://github.com/caltechlibrary/ames/archive/0.0.5.zip",
"keywords": [
"GitHub",
"metadata",
Expand Down
2 changes: 1 addition & 1 deletion run_codemeta.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
import os,subprocess,json
import requests

get_cd_github(True)
get_cd_github(False)
matches = match_codemeta()

0 comments on commit 5837f6e

Please sign in to comment.