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