We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1b054a commit 242ef9cCopy full SHA for 242ef9c
smartextract/__init__.py
@@ -37,7 +37,7 @@
37
from typing import Self # For Python ≤ 3.10
38
39
40
-__version__ = "0.6.1"
+__version__ = "0.7"
41
42
DEFAULT_BASE_URL = "https://api.smartextract.ai"
43
DEFAULT_TIMEOUT = 600 # seconds
0 commit comments