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

Commit

Permalink
Update pypi, typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
stypr committed Jun 28, 2021
1 parent 43b9e08 commit e2107a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clubhouse/clubhouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ def resend_phone_number_auth(self, phone_number):
return req.json()

def complete_phone_number_auth(self, phone_number, rc_token, verification_code):
""" (Clubhouse, str, rc_token, str) -> dict
""" (Clubhouse, str, str, str) -> dict
Complete phone number authentication.
IMPORTANT NOTE: As of June 2021, ReCAPTCHA v3 has been introduced so you need to get that token ready...
NOTE: As of June 2021, ReCAPTCHA v3 has been introduced so you need to get that token ready...
This should return `auth_token`, `access_token`, `refresh_token`, is_waitlisted, ...
Please note that output may be different depending on the status of the authenticated user
"""
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def _requires_from_file(filename):
setup(
name="clubhouse-py",
packages=["clubhouse"],
version="434",
version="434.1",
license="MIT",
description=("Clubhouse API written in Python. Standalone client included." +
"For reference and education purposes only."),
Expand All @@ -25,7 +25,7 @@ def _requires_from_file(filename):
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/stypr/clubhouse-py",
download_url="https://github.com/stypr/clubhouse-py/archive/434.tar.gz",
download_url="https://github.com/stypr/clubhouse-py/archive/v434.tar.gz",
keywords=[
"clubhouse",
"voice-chat",
Expand Down

0 comments on commit e2107a2

Please sign in to comment.