Skip to content

Commit

Permalink
refresh tokens (jeremyephron#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
jeremyephron committed Mar 11, 2023
1 parent 0ffc648 commit 079d5b4
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
@@ -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="jeremyephron@gmail.com",
author_email="jeremye@cs.stanford.edu",
description="A simple Python API client for Gmail.",
long_description=open('README.md').read(),
long_description_content_type='text/markdown',
Loading
Oops, something went wrong.

0 comments on commit 079d5b4

Please sign in to comment.