Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
treeben77 committed May 23, 2023
2 parents 23faa05 + 7e5eca0 commit 8db2d3d
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 @@ -6,7 +6,7 @@
setup(
name='discord-oauth2.py',
description='Use Discord\'s OAuth2 effortlessly! Turns the auth code to a access token and the access token into scope infomation. ',
version="1.1.1",
version="1.2.0",
long_description=long_description,
long_description_content_type="text/markdown",
license='MIT',
Expand All @@ -20,4 +20,4 @@
install_requires=[
'requests'
]
)
)

0 comments on commit 8db2d3d

Please sign in to comment.