From a09eb6be75ab8a79d812241bf8adbf34b330c2f6 Mon Sep 17 00:00:00 2001 From: Tom Morrell Date: Thu, 8 Mar 2018 00:14:51 +0000 Subject: [PATCH] Prep for release --- codemeta.json | 4 ++-- run_codemeta.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codemeta.json b/codemeta.json index 749ee08..9927600 100644 --- a/codemeta.json +++ b/codemeta.json @@ -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", @@ -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", diff --git a/run_codemeta.py b/run_codemeta.py index 08180d5..df39146 100644 --- a/run_codemeta.py +++ b/run_codemeta.py @@ -3,6 +3,6 @@ import os,subprocess,json import requests -get_cd_github(True) +get_cd_github(False) matches = match_codemeta()