Skip to content
Snippets Groups Projects
Commit 91f6913d authored by Jeremy M Fee's avatar Jeremy M Fee
Browse files

Update version to 1.3.0

parent 9466120f
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!471.3.0 rc
...@@ -3,9 +3,9 @@ ...@@ -3,9 +3,9 @@
"name": "geomag-algorithms", "name": "geomag-algorithms",
"organization": "U.S. Geological Survey", "organization": "U.S. Geological Survey",
"description": "Library for processing Geomagnetic timeseries data.", "description": "Library for processing Geomagnetic timeseries data.",
"version": "1.2.1", "version": "1.3.0",
"status": "Development", "status": "Development",
"permissions": { "permissions": {
"usageType": "openSource", "usageType": "openSource",
"licenses": [ "licenses": [
...@@ -15,27 +15,26 @@ ...@@ -15,27 +15,26 @@
} }
] ]
}, },
"homepageURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms", "homepageURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms",
"downloadURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/-/archive/master/geomag-algorithms-master.zip", "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", "disclaimerURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms/raw/master/DISCLAIMER.md",
"repositoryURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms.git", "repositoryURL": "https://code.usgs.gov/ghsc/geomag/geomag-algorithms.git",
"vcs": "git", "vcs": "git",
"laborHours": 0, "laborHours": 0,
"tags": ["usgs", "geomagnetism", "timeseries", "processing"], "tags": ["usgs", "geomagnetism", "timeseries", "processing"],
"languages": ["Shell", "Python"], "languages": ["Shell", "Python"],
"contact": { "contact": {
"name": "HazDev Team", "name": "HazDev Team",
"email": "gs-haz_dev_team_group@usgs.gov" "email": "gs-haz_dev_team_group@usgs.gov"
}, },
"date": { "date": {
"metadataLastUpdated": "2020-10-07" "metadataLastUpdated": "2020-11-05"
} }
} }
] ]
\ No newline at end of file
...@@ -9,7 +9,7 @@ if ssl_cert_file: ...@@ -9,7 +9,7 @@ if ssl_cert_file:
setuptools.setup( setuptools.setup(
name="geomag-algorithms", name="geomag-algorithms",
version="1.2.1", version="1.3.0",
description="USGS Geomag Algorithms Library", description="USGS Geomag Algorithms Library",
url="https://github.com/usgs/geomag-algorithms", url="https://github.com/usgs/geomag-algorithms",
packages=setuptools.find_packages(exclude=["test*"]), packages=setuptools.find_packages(exclude=["test*"]),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment