diff --git a/code.json b/code.json index ea62f29c49e14aaa0a21d7775950979730648fd3..20cf9c888a5acc086bce54b9a208f47b61dd2c6f 100644 --- a/code.json +++ b/code.json @@ -3,9 +3,8 @@ "name": "geomag-algorithms", "organization": "U.S. Geological Survey", "description": "Library for processing Geomagnetic timeseries data.", - "version": "1.5.4", + "version": "1.6.0", "status": "Development", - "permissions": { "usageType": "openSource", "licenses": [ @@ -15,26 +14,28 @@ } ] }, - "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, - - "tags": ["usgs", "geomagnetism", "timeseries", "processing"], - - "languages": ["Shell", "Python"], - + "tags": [ + "usgs", + "geomagnetism", + "timeseries", + "processing" + ], + "languages": [ + "Shell", + "Python" + ], "contact": { "name": "HazDev Team", "email": "gs-haz_dev_team_group@usgs.gov" }, - "date": { - "metadataLastUpdated": "2022-10-24" + "metadataLastUpdated": "2022-11-16" } } -] +] \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 85f5fd126e7337362fbd853acff949e6bf873ef0..84da83fef45090cb319d276028c6b2d74936fb1c 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.5.4" +version = "1.6.0" [tool.poetry.dependencies]