We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82b2654 commit b0ef0c1Copy full SHA for b0ef0c1
docetl/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = "0.1.6"
+__version__ = "0.1.7"
2
3
from docetl.runner import DSLRunner
4
from docetl.builder import Optimizer
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docetl"
-version = "0.1.6"
+version = "0.1.7"
description = "ETL with LLM operations."
5
authors = ["Shreya Shankar <[email protected]>"]
6
license = "MIT"
0 commit comments