Skip to content

Commit

Permalink
bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Oct 14, 2024
1 parent 82b2654 commit b0ef0c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docetl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.6"
__version__ = "0.1.7"

from docetl.runner import DSLRunner
from docetl.builder import Optimizer
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "docetl"
version = "0.1.6"
version = "0.1.7"
description = "ETL with LLM operations."
authors = ["Shreya Shankar <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit b0ef0c1

Please sign in to comment.