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