Skip to content

Commit

Permalink
chore: bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyashankar committed Jan 29, 2025
1 parent 66a10c5 commit 47bf762
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.2.1"
__version__ = "0.2.2"

from docetl.runner import DSLRunner
from docetl.optimizer 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.2.1"
version = "0.2.2"
description = "ETL with LLM operations."
authors = ["Shreya Shankar <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 47bf762

Please sign in to comment.