Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Khusbu committed Dec 6, 2019
1 parent 1cd089a commit 9db1530
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion oauth2client/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
import datetime
import httplib2
import logging
import os
import sys
import time
from future.moves import urllib
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
install_requires.append('simplejson')

setup(name='django_gapps_oauth2_login',
version='1.0.1',
version='1.0.2',
description='Django Google Apps Oauth2 Login',
long_description = long_description,
author='Vivek Chand',
Expand Down

0 comments on commit 9db1530

Please sign in to comment.