Skip to content

Commit

Permalink
refresh tokens (#50)
Browse files Browse the repository at this point in the history
* refresh token if expired on access to service

* add refresh in Message

* update version
  • Loading branch information
jeremyephron authored Oct 24, 2021
1 parent ce8dc03 commit 293a287
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 129 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading

0 comments on commit 293a287

Please sign in to comment.