We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8670d commit aa229fdCopy full SHA for aa229fd
1 file changed
ddgs/__init__.py
@@ -8,7 +8,7 @@
8
import threading
9
from typing import TYPE_CHECKING, Any, cast
10
11
-__version__ = "9.11.2"
+__version__ = "9.11.3"
12
__all__ = ("DDGS",)
13
14
if TYPE_CHECKING:
0 commit comments