-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
more conservative error handling (#15)
* more conservative error handling * Update version number for PyPI release * Minor Update in README Co-authored-by: ilsemaj <[email protected]> & @bbradshaw 🤝
- Loading branch information
Showing
3 changed files
with
8 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,6 @@ | |
|
||
Visit our [blog post on the API wrapper project](https://onfleet.com/blog/api-wrappers-explained/) to learn more about our initiatives. If you have any questions, please reach out to Onfleet by submitting an issue [here](https://github.com/onfleet/pyonfleet/issues) or contact [email protected] | ||
|
||
STABLE VERSION: 1.1.1 | ||
|
||
## Table of Contents | ||
- [Onfleet Python Wrapper](#onfleet-python-wrapper) | ||
* [Table of Contents](#table-of-contents) | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ | |
|
||
setuptools.setup( | ||
name="pyonfleet", | ||
version= "1.1.1", | ||
version= "1.1.2", | ||
author="James Li", | ||
author_email="[email protected]", | ||
description="Onfleet's Python API Wrapper Package", | ||
|
@@ -27,4 +27,4 @@ | |
"Operating System :: OS Independent", | ||
], | ||
license="LICENSE" | ||
) | ||
) |