Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PSU3D0 committed May 7, 2024
1 parent 219daa4 commit 61fa41d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docprompt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = """Frankie Colson"""
__email__ = "frank@pageleaf.io"
__version__ = "0.4.3"
__version__ = "0.4.4"

from docprompt.schema.document import Document, PdfDocument # noqa
from docprompt.schema.layout import NormBBox, TextBlock # noqa
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "docprompt"
version = "0.4.3"
version = "0.4.4"
homepage = "https://github.com/Page-Leaf/docprompt"
description = "Documents and large language models."
authors = ["Frankie Colson <frank@pageleaf.io>"]
Expand Down

0 comments on commit 61fa41d

Please sign in to comment.