Skip to content

Commit

Permalink
Bugfixes (#18)
Browse files Browse the repository at this point in the history
* Remove the 'Content-type' header
* Add as_dict() method to BaseCaptchaSolution
* Fix Content-type issues
* Minor fixes
* List all 2captcha/rucaptcha captchas supported
* Anticaptcha: fixed error that occurs when the cost parameter is missing from the service response
* Bump version to 1.2.1
  • Loading branch information
sergey-scat authored Mar 13, 2023
1 parent 410c04b commit 136dd73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="unicaps",
version="1.2.0",
version="1.2.1",
author="Sergey Scat",
author_email="[email protected]",
description="Universal CAPTCHA Solver for humans",
Expand Down
4 changes: 2 additions & 2 deletions unicaps/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__title__ = 'unicaps'
__description__ = 'Python CAPTCHA solving for Humans.'
__url__ = 'https://github.com/sergey-scat/unicaps'
__version__ = '1.2.0'
__version__ = '1.2.1'
__author__ = 'Sergey Scat'
__license__ = 'Apache 2.0'
__copyright__ = 'Copyright 2020-2022 Sergey Scat'
__copyright__ = 'Copyright 2020-2023 Sergey Scat'

0 comments on commit 136dd73

Please sign in to comment.