Skip to content
This repository was archived by the owner on Jan 17, 2023. It is now read-only.

Commit e2107a2

Browse files
committed
Update pypi, typofix
1 parent 43b9e08 commit e2107a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

clubhouse/clubhouse.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,10 @@ def resend_phone_number_auth(self, phone_number):
161161
return req.json()
162162

163163
def complete_phone_number_auth(self, phone_number, rc_token, verification_code):
164-
""" (Clubhouse, str, rc_token, str) -> dict
164+
""" (Clubhouse, str, str, str) -> dict
165165
166166
Complete phone number authentication.
167-
IMPORTANT NOTE: As of June 2021, ReCAPTCHA v3 has been introduced so you need to get that token ready...
167+
NOTE: As of June 2021, ReCAPTCHA v3 has been introduced so you need to get that token ready...
168168
This should return `auth_token`, `access_token`, `refresh_token`, is_waitlisted, ...
169169
Please note that output may be different depending on the status of the authenticated user
170170
"""

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def _requires_from_file(filename):
1616
setup(
1717
name="clubhouse-py",
1818
packages=["clubhouse"],
19-
version="434",
19+
version="434.1",
2020
license="MIT",
2121
description=("Clubhouse API written in Python. Standalone client included." +
2222
"For reference and education purposes only."),
@@ -25,7 +25,7 @@ def _requires_from_file(filename):
2525
long_description=long_description,
2626
long_description_content_type="text/markdown",
2727
url="https://github.com/stypr/clubhouse-py",
28-
download_url="https://github.com/stypr/clubhouse-py/archive/434.tar.gz",
28+
download_url="https://github.com/stypr/clubhouse-py/archive/v434.tar.gz",
2929
keywords=[
3030
"clubhouse",
3131
"voice-chat",

0 commit comments

Comments
 (0)