Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
PSU3D0 committed May 11, 2024
1 parent 1cfb695 commit 6137c58
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.4"
__version__ = "0.4.5"

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
Expand Up @@ -4,7 +4,7 @@ build-backend = "pdm.backend"

[project]
name = "docprompt"
version = "0.4.4"
version = "0.4.5"
description = "Documents and large language models."
authors = [
{name = "Frank Colson", email = "frank@pageleaf.io"}
Expand Down

0 comments on commit 6137c58

Please sign in to comment.