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

Merge branch 'v1.2.1' into 'master'

Update project to 1.2.1

See merge request !39
parents 3b8639ac bf84bac1
No related branches found
No related tags found
2 merge requests!146Release CMO metadata to production,!39Update project to 1.2.1
Pipeline #23341 failed
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
"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.0", "version": "1.2.1",
"status": "Development", "status": "Development",
"permissions": { "permissions": {
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
}, },
"date": { "date": {
"metadataLastUpdated": "2020-09-29" "metadataLastUpdated": "2020-10-07"
} }
} }
] ]
{
"name": "geomag-algorithms",
"version": "1.2.0",
"homepage": "http://geomag.usgs.gov/",
"repository": "https://github.com/usgs/geomag-algorithms.git",
"description": "Geomagnetism algorithms.",
"author": {
"name": "Jeremy Fee",
"email": "jmfee@usgs.gov"
},
"contributors": [
{
"name": "Abram Claycomb",
"email": "aclaycomb@usgs.gov"
}
],
"keywords": [
"usgs",
"geomag",
"hazdev"
],
"scripts": {
"clean": "rimraf '**/*.pyc'",
"coverage": "pytest --cov=geomagio --cov-report xml",
"lint": "flake8 && echo \"No linting errors found\"",
"test": "pytest test",
"watch": "npm-watch"
},
"watch": {
"lint": {
"extensions": "py",
"patterns": [
"bin",
"geomagio",
"test"
]
},
"test": {
"extensions": "py",
"patterns": [
"bin",
"geomagio",
"test"
]
}
},
"license": "Public Domain",
"dependencies": {},
"devDependencies": {
"npm-watch": "^0.3.0",
"rimraf": "^2.6.2"
},
"engines": {
"node": ">=4"
}
}
...@@ -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.0", version="1.2.1",
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