We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d21fff commit 783308aCopy full SHA for 783308a
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.14.1"
+__version__ = "9.14.2"
12
__all__ = ("DDGS",)
13
14
if TYPE_CHECKING:
0 commit comments