-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* version bump * ticked version * version bump
- Loading branch information
Showing
4 changed files
with
52 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,51 @@ | |
"date": { | ||
"metadataLastUpdated": "2023-09-19" | ||
} | ||
}, { | ||
}, | ||
{ | ||
"name": "plio", | ||
"organization": "U.S. Geological Survey", | ||
"description": "A planetary surface data input/output library written in Python.", | ||
"version": "v1.6.0", | ||
"status": "Development", | ||
|
||
"permissions": { | ||
"usageType": "openSource", | ||
"licenses": [ | ||
{ | ||
"name": "Public Domain, CC0-1.0", | ||
"URL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.6.0/LICENSE.md" | ||
} | ||
] | ||
}, | ||
"homepageURL": "https://plio.readthedocs.io/en/latest/?badge=latest", | ||
"downloadURL": "https://code.usgs.gov/astrogeology/plio/-/archive/v1.6.0/plio-v1.6.0.zip", | ||
"disclaimerURL": "https://code.usgs.gov/astrogeology/plio/-/raw/v1.6.0/DISCLAIMER.md", | ||
"repositoryURL": "https://code.usgs.gov/astrogeology/plio.git", | ||
"vcs": "git", | ||
"laborHours": 1000, | ||
|
||
"tags": [ | ||
"Planetary", | ||
"Remote Sensing", | ||
"Photogrammetry", | ||
"Data Processing" | ||
], | ||
|
||
"languages": [ | ||
"python" | ||
], | ||
|
||
"contact": { | ||
"name": "Kelvin Rodriguez", | ||
"email": "[email protected]" | ||
}, | ||
|
||
"date": { | ||
"metadataLastUpdated": "2023-02-23" | ||
} | ||
}, | ||
{ | ||
"name": "plio", | ||
"organization": "U.S. Geological Survey", | ||
"description": "A planetary surface data input/output library written in Python.", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
def setup_package(): | ||
setup( | ||
name = "plio", | ||
version = '1.5.5', | ||
version = '1.6.0', | ||
author = "USGS Astrogeology", | ||
author_email = "[email protected]", | ||
description = ("I/O API to support planetary data formats."), | ||
|