-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refresh token if expired on access to service * add refresh in Message * update version
- Loading branch information
1 parent
ce8dc03
commit 293a287
Showing
3 changed files
with
149 additions
and
129 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 |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
|
||
setuptools.setup( | ||
name="simplegmail", | ||
version="4.0.3", | ||
version="4.0.4", | ||
url="https://github.com/jeremyephron/simplegmail", | ||
author="Jeremy Ephron", | ||
author_email="[email protected]", | ||
author_email="[email protected]", | ||
description="A simple Python API client for Gmail.", | ||
long_description=open('README.md').read(), | ||
long_description_content_type='text/markdown', | ||
|
Oops, something went wrong.