From 4f19f87ea485ce3fa37ace6a8a2c92505b58e13f Mon Sep 17 00:00:00 2001 From: Jeremy Fee <jmfee@usgs.gov> Date: Tue, 24 Aug 2021 15:05:16 -0600 Subject: [PATCH] Update version to 1.4.0 --- code.json | 62 +++++++++++++++++++++++++------------------------- pyproject.toml | 2 +- 2 files changed, 32 insertions(+), 32 deletions(-) diff --git a/code.json b/code.json index 77a58352..fe72c15a 100644 --- a/code.json +++ b/code.json @@ -1,40 +1,40 @@ [ - { - "name": "geomag-algorithms", - "organization": "U.S. Geological Survey", - "description": "Library for processing Geomagnetic timeseries data.", - "version": "1.3.5", - "status": "Development", + { + "name": "geomag-algorithms", + "organization": "U.S. Geological Survey", + "description": "Library for processing Geomagnetic timeseries data.", + "version": "1.4.0", + "status": "Development", - "permissions": { - "usageType": "openSource", - "licenses": [ - { - "name": "Public Domain, CC0-1.0", - "URL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/raw/master/LICENSE.md" - } - ] - }, + "permissions": { + "usageType": "openSource", + "licenses": [ + { + "name": "Public Domain, CC0-1.0", + "URL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/raw/master/LICENSE.md" + } + ] + }, - "homepageURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms", - "downloadURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/-/archive/master/geomag-algorithms-master.zip", - "disclaimerURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/raw/master/DISCLAIMER.md", - "repositoryURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms.git", - "vcs": "git", + "homepageURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms", + "downloadURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/-/archive/master/geomag-algorithms-master.zip", + "disclaimerURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/raw/master/DISCLAIMER.md", + "repositoryURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms.git", + "vcs": "git", - "laborHours": 0, + "laborHours": 0, - "tags": ["usgs", "geomagnetism", "timeseries", "processing"], + "tags": ["usgs", "geomagnetism", "timeseries", "processing"], - "languages": ["Shell", "Python"], + "languages": ["Shell", "Python"], - "contact": { - "name": "HazDev Team", - "email": "gs-haz_dev_team_group@usgs.gov" - }, + "contact": { + "name": "HazDev Team", + "email": "gs-haz_dev_team_group@usgs.gov" + }, - "date": { - "metadataLastUpdated": "2020-11-10" - } + "date": { + "metadataLastUpdated": "2021-08-24" } - ] + } +] diff --git a/pyproject.toml b/pyproject.toml index acf50c69..aeb528fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ packages = [ {include = "geomagio" } ] repository="https://code.usgs.gov/ghsc/geomag/geomag-algorithms" -version = "1.3.6" +version = "1.4.0" [tool.poetry.dependencies] -- GitLab