-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added print statements * added print statements * assigning username is not present for submitJob * modified print statement * added print statements * added more print statements * hard coded in my username * added print statements for listJobs request * added print statements for submitting jobs and algorithms * removed hard coding username * removed print statements * added print statements * no longer need username for listJobs but keeping for submitJob * increased version number * updated changelog
- Loading branch information
1 parent
c1c3eaf
commit f6aa987
Showing
3 changed files
with
10 additions
and
12 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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "maap-py" | ||
version = "4.1.0a3" | ||
version = "4.2.0" | ||
description = "Python client API for interacting with the NASA MAAP API" | ||
repository = "https://github.com/MAAP-Project/maap-py" | ||
authors = ["Jet Propulsion Laboratory <[email protected]>"] | ||
|