We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3714164 commit 7e5eca0Copy full SHA for 7e5eca0
setup.py
@@ -6,7 +6,7 @@
6
setup(
7
name='discord-oauth2.py',
8
description='Use Discord\'s OAuth2 effortlessly! Turns the auth code to a access token and the access token into scope infomation. ',
9
- version="1.1.1",
+ version="1.2.0",
10
long_description=long_description,
11
long_description_content_type="text/markdown",
12
license='MIT',
@@ -20,4 +20,4 @@
20
install_requires=[
21
'requests'
22
]
23
-)
+)
0 commit comments