Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CamLamb committed Mar 25, 2018
1 parent a28fc0e commit c3d8f2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='MonzoOAuth',
version='0.1',
version='0.2.0',
description='An OAuth2 Monzo Client',
url='https://github.com/jafacakes2011/MonzoOAuth',
author='Cameron',
Expand All @@ -11,6 +11,6 @@
packages=['MonzoOAuth'],
install_requires=[
'oauth2client',
],
],
zip_safe=False
)

0 comments on commit c3d8f2d

Please sign in to comment.