Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
danielthompson2 authored Jun 11, 2021
1 parent 05f8522 commit a9dc969
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 @@ -10,7 +10,7 @@

setup(
name='aad-token-verify',
version='0.1.0',
version='0.1.1',
description='A python utility library to verify an Azure Active Directory OAuth token',
long_description=long_description,
long_description_content_type='text/markdown',
Expand All @@ -37,4 +37,4 @@
],
keywords='azure ad token oauth verify jwt',
packages=['aad_token_verify'],
)
)

0 comments on commit a9dc969

Please sign in to comment.