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

Commit

Permalink
Include API in __init__.py. (Credit to Aykhan-s)
Browse files Browse the repository at this point in the history
  • Loading branch information
thicccat688 committed Feb 21, 2023
1 parent 6da1af5 commit 96c158e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion selenium_recaptcha_solver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from . import services
from .exceptions import RecaptchaException
from .delay_config import DelayConfig, StandardDelayConfig
from .solver import RecaptchaSolver
from .solver import RecaptchaSolver, API
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name='selenium-recaptcha-solver',
version='1.2.0',
version='1.2.1',
license='MIT',
author='Tomás Perestrelo',
author_email='tomasperestrelo21@gmail.com',
Expand Down

0 comments on commit 96c158e

Please sign in to comment.