We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3241f7d commit cd62d87Copy full SHA for cd62d87
cfscrape/__init__.py
@@ -20,7 +20,7 @@
20
21
from .user_agents import USER_AGENTS
22
23
-__version__ = "2.0.8"
+__version__ = "2.1.0"
24
25
DEFAULT_USER_AGENT = random.choice(USER_AGENTS)
26
0 commit comments