Skip to content

Commit 7e5eca0

Browse files
authored
bump version to 1.2.0
1 parent 3714164 commit 7e5eca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
setup(
77
name='discord-oauth2.py',
88
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",
9+
version="1.2.0",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
1212
license='MIT',
@@ -20,4 +20,4 @@
2020
install_requires=[
2121
'requests'
2222
]
23-
)
23+
)

0 commit comments

Comments
 (0)