Skip to content

Commit 0871f96

Browse files
author
Andrei
committed
0.6.1
1 parent 03f94c2 commit 0871f96

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.6"
1+
__version__ = "0.6.1"

src/setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,19 @@ def run(self):
9494
geetest
9595
hcaptcha
9696
capypuzzle
97-
tiktok
9897
rotatecaptcha
9998
funcaptcha
10099
keycaptcha
101100
python3
102101
python-library
103102
capsolver
104-
kasada
105103
datadomeslider
104+
datadome
106105
mtcaptcha
106+
turnstile
107+
cloudflare
108+
amazon
109+
amazon_waf
107110
""",
108111
python_requires=REQUIRES_PYTHON,
109112
zip_safe=False,
@@ -120,6 +123,7 @@ def run(self):
120123
"Programming Language :: Python :: 3.8",
121124
"Programming Language :: Python :: 3.9",
122125
"Programming Language :: Python :: 3.10",
126+
"Programming Language :: Python :: 3.11",
123127
"Framework :: AsyncIO",
124128
"Operating System :: Unix",
125129
"Operating System :: Microsoft :: Windows",

0 commit comments

Comments
 (0)