We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c5999 commit 67dcc61Copy full SHA for 67dcc61
smartextract/__init__.py
@@ -27,7 +27,7 @@
27
from typing import Self # For Python ≤ 3.10
28
29
30
-__version__ = "0.3"
+__version__ = "0.4"
31
32
DEFAULT_BASE_URL = "https://api.smartextract.ai"
33
DEFAULT_TIMEOUT = 600 # seconds
0 commit comments