diff --git a/code.json b/code.json index a0d4f9bf31425d7fe9e3cc9ef60e1e384c8cd190..48ce6c99b43dcbc291fc326a9d09ac071f482ade 100644 --- a/code.json +++ b/code.json @@ -3,9 +3,9 @@ "name": "geomag-algorithms", "organization": "U.S. Geological Survey", "description": "Library for processing Geomagnetic timeseries data.", - "version": "1.2.1", + "version": "1.3.0", "status": "Development", - + "permissions": { "usageType": "openSource", "licenses": [ @@ -15,27 +15,26 @@ } ] }, - + "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"], - + "contact": { "name": "HazDev Team", "email": "gs-haz_dev_team_group@usgs.gov" }, - + "date": { - "metadataLastUpdated": "2020-10-07" + "metadataLastUpdated": "2020-11-05" } } ] - \ No newline at end of file diff --git a/setup.py b/setup.py index 934f63a531575317cbcd15a76d0fde417da2fdfb..8586ba687cd711abeefeb512d761c5b53999df75 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ if ssl_cert_file: setuptools.setup( name="geomag-algorithms", - version="1.2.1", + version="1.3.0", description="USGS Geomag Algorithms Library", url="https://github.com/usgs/geomag-algorithms", packages=setuptools.find_packages(exclude=["test*"]),